mirror of
https://github.com/vale981/gitignore
synced 2025-03-04 09:21:42 -05:00
Added comments for Zephir
This commit is contained in:
parent
5bf53574d7
commit
c6d3dca0b8
1 changed files with 10 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue