Skip to content

Commit a290170

Browse files
committed
Merge pull request #1039 from nkt/patch-1
Added Zephir language gitignore
2 parents 37a66f1 + c6d3dca commit a290170

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

Zephir.gitignore

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Cache files, generates by Zephir
2+
.temp/
3+
.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.
13+
ext/build/
14+
ext/modules/
15+
ext/Makefile*
16+
ext/config*
17+
ext/acinclude.m4
18+
ext/aclocal.m4
19+
ext/autom4te*
20+
ext/install-sh
21+
ext/ltmain.sh
22+
ext/missing
23+
ext/mkinstalldirs
24+
ext/run-tests.php
25+
ext/.deps
26+
ext/libtool

0 commit comments

Comments
 (0)