Skip to content
Permalink
Browse files
Added comments for Zephir
  • Loading branch information
nkt committed Jun 21, 2014
1 parent 5bf5357 commit c6d3dca0b889e43e7175f7fe82bb1ca9bd239b8f
Showing with 10 additions and 4 deletions.
  1. +10 −4 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.