Skip to content

Commit c6d3dca

Browse files
author
Nikita Gusakov
committed
Added comments for Zephir
1 parent 5bf5357 commit c6d3dca

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

Zephir.gitignore

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
1+
# Cache files, generates by Zephir
12
.temp/
23
.libs/
4+
5+
# Object files, generates by linker
6+
*.lo
7+
*.la
8+
*.o
9+
*.loT
10+
11+
# Files generated by configure and Zephir,
12+
# not required for extension compilation.
313
ext/build/
414
ext/modules/
515
ext/Makefile*
@@ -14,7 +24,3 @@ ext/mkinstalldirs
1424
ext/run-tests.php
1525
ext/.deps
1626
ext/libtool
17-
*.lo
18-
*.la
19-
*.o
20-
*.loT

0 commit comments

Comments
 (0)