Skip to content

Commit 528006a

Browse files
committed
Open Source Release
0 parents  commit 528006a

37 files changed

+11919
-0
lines changed

.gitignore

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
# General Ignores
2+
*~
3+
.#*
4+
*.
5+
*.slo
6+
*.mk
7+
*.mem
8+
*.gcda
9+
*.gcno
10+
*.la
11+
*.lo
12+
*.o
13+
*.a
14+
*.ncb
15+
*.opt
16+
*.plg
17+
*swp
18+
*.patch
19+
*.tgz
20+
*.tar.gz
21+
*.tar.bz2
22+
.FBCIndex
23+
.FBCLockFolder
24+
.deps
25+
.libs
26+
phpt.*
27+
core
28+
dynlib.m4
29+
Debug
30+
Debug_TS
31+
Makefile
32+
Makefile.fragments
33+
Makefile.objects
34+
Makefile.global
35+
Release
36+
Release_TS
37+
Release_TSDbg
38+
Release_TS_inline
39+
Release_inline
40+
ZendEngine1
41+
_libs
42+
acconfig.h
43+
aclocal.m4
44+
acinclude.m4
45+
autom4te.cache
46+
bsd_converted
47+
buildconf.stamp
48+
buildmk.stamp
49+
confdefs.h
50+
config.h
51+
config.guess
52+
config.cache
53+
config.h.in
54+
config.log
55+
config.nice
56+
config.nice.bat
57+
config.status
58+
config.sub
59+
config_vars.mk
60+
configuration-parser.c
61+
configuration-parser.h
62+
configuration-parser.output
63+
configuration-scanner.c
64+
configure
65+
configure.in
66+
configure.bat
67+
configure.js
68+
conftest
69+
conftest.c
70+
debug.log
71+
diff
72+
generated_lists
73+
include
74+
install-sh
75+
internal_functions.c
76+
lcov_data
77+
lcov_html
78+
libs
79+
libtool
80+
ltmain.sh
81+
meta_cc
82+
meta_ccld
83+
missing
84+
mkinstalldirs
85+
modules
86+
build
87+
run-tests.php

0 commit comments

Comments
 (0)