We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bf5357 commit c6d3dcaCopy full SHA for c6d3dca
Zephir.gitignore
@@ -1,5 +1,15 @@
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*
@@ -14,7 +24,3 @@ ext/mkinstalldirs
24
ext/run-tests.php
25
ext/.deps
16
26
ext/libtool
17
-*.lo
18
-*.la
19
-*.o
20
-*.loT
0 commit comments