Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Added comments for Zephir
- Loading branch information
Showing
with
10 additions
and
4 deletions.
-
+10
−4
Zephir.gitignore
There are no files selected for viewing
|
|
@@ -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 |