We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37a66f1 + c6d3dca commit a290170Copy full SHA for a290170
1 file changed
Zephir.gitignore
@@ -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