Skip to content
Browse files

Added comments for Zephir

  • Loading branch information...
1 parent 5bf5357 commit c6d3dca0b889e43e7175f7fe82bb1ca9bd239b8f @nkt nkt committed
Showing with 10 additions and 4 deletions.
  1. +10 −4 Zephir.gitignore
View
14 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

0 comments on commit c6d3dca

Please sign in to comment.
Something went wrong with that request. Please try again.