Skip to content

Commit 65ee288

Browse files
committed
Amended .gitignore
1 parent 444294d commit 65ee288

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

.gitignore

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,42 @@
77

88
*.o
99
*.lo
10+
*.la
11+
.deps
12+
.libs
13+
acinclude.m4
14+
aclocal.m4
15+
autom4te.cache
16+
build
17+
config.guess
18+
config.h
19+
config.h.in
20+
config.log
21+
config.nice
22+
config.status
23+
config.sub
24+
configure
25+
configure.in
26+
include
27+
install-sh
28+
libtool
29+
ltmain.sh
30+
Makefile
31+
Makefile.fragments
32+
Makefile.global
33+
Makefile.objects
34+
missing
35+
mkinstalldirs
36+
modules
37+
run-tests.php
38+
tests/*/*.diff
39+
tests/*/*.out
40+
tests/*/*.php
41+
tests/*/*.exp
42+
tests/*/*.log
43+
tests/*/*.sh
1044

45+
# Parser files
1146
parser/lemon
1247
parser/scanner.c
1348

CREDITS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Zephir Parser delivered as a C extension for the PHP language
2+
Andres Gutierrez, Steffen Butzer, Serghei Iakovlev

0 commit comments

Comments
 (0)