aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikita Gusakov <dev@nkt.me>2014-06-21 20:02:16 +0400
committerNikita Gusakov <dev@nkt.me>2014-06-21 20:02:16 +0400
commitc6d3dca0b889e43e7175f7fe82bb1ca9bd239b8f (patch)
tree03b7d29d0875647f238ff868d26482d7f26df6bf
parent5bf53574d70542c15d8bf2b88872c0464a57cdac (diff)
downloadgitignore-c6d3dca0b889e43e7175f7fe82bb1ca9bd239b8f.tar.gz
gitignore-c6d3dca0b889e43e7175f7fe82bb1ca9bd239b8f.zip
Added comments for Zephir
-rw-r--r--Zephir.gitignore14
1 files changed, 10 insertions, 4 deletions
diff --git a/Zephir.gitignore b/Zephir.gitignore
index b236d5ed..839cb5d7 100644
--- a/Zephir.gitignore
+++ b/Zephir.gitignore
@@ -1,5 +1,15 @@
+# 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*
@@ -14,7 +24,3 @@ ext/mkinstalldirs
ext/run-tests.php
ext/.deps
ext/libtool
-*.lo
-*.la
-*.o
-*.loT