diff options
author | Carl Suster <carl@contraflo.ws> | 2014-06-24 12:27:14 +1000 |
---|---|---|
committer | Carl Suster <carl@contraflo.ws> | 2014-06-24 12:27:14 +1000 |
commit | a29017097fe3b96bb44fdc3929185e040f583adf (patch) | |
tree | ef2240e9ddcac9cc3389db8440b64fac80793a20 | |
parent | 37a66f11df81f8f4983f9ed3bf8f0ea993ff04a5 (diff) | |
parent | c6d3dca0b889e43e7175f7fe82bb1ca9bd239b8f (diff) | |
download | gitignore-a29017097fe3b96bb44fdc3929185e040f583adf.tar.gz gitignore-a29017097fe3b96bb44fdc3929185e040f583adf.zip |
Merge pull request #1039 from nkt/patch-1
Added Zephir language gitignore
-rw-r--r-- | Zephir.gitignore | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Zephir.gitignore b/Zephir.gitignore new file mode 100644 index 00000000..839cb5d7 --- /dev/null +++ b/Zephir.gitignore @@ -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 |