Merge pull request #1039 from nkt/patch-1

Added Zephir language gitignore
This commit is contained in:
Carl Suster 2014-06-24 12:27:14 +10:00
commit a29017097f
1 changed files with 26 additions and 0 deletions

26
Zephir.gitignore Normal file
View File

@ -0,0 +1,26 @@
# Cache files, generates by Zephir
.temp/
.libs/
# Object files, generates by linker
*.lo
*.la
*.o
*.loT
# Files generated by configure and Zephir,
# not required for extension compilation.
ext/build/
ext/modules/
ext/Makefile*
ext/config*
ext/acinclude.m4
ext/aclocal.m4
ext/autom4te*
ext/install-sh
ext/ltmain.sh
ext/missing
ext/mkinstalldirs
ext/run-tests.php
ext/.deps
ext/libtool