forked from zephir-lang/zephir
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
53 lines (53 loc) · 814 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
.DS_Store
.idea/
.temp/
ext/Makefile.global
ext/acinclude.m4
ext/build/
ext/config.guess
ext/config.h.in
ext/config.h.in~
ext/config.sub
ext/configure
ext/configure.in
ext/install-sh
ext/ltmain.sh
ext/missing
ext/mkinstalldirs
ext/run-tests.php
ext/.deps
ext/Makefile
ext/Makefile.fragments
ext/Makefile.objects
ext/config.h
ext/config.log
ext/config.nice
ext/config.status
ext/libtool
ext/.libs/
ext/modules/
*.lo
*.la
*.o
*.loT
ext/kernel/.libs/
ext/kernel/alternative/.libs/
ext/test/.libs/
ext/test/oo/.libs/
ext/test/properties/.libs/
ext/test/router/.libs/
parser/lemon
parser/lemon.dSYM/
bin/zephir-parser.dSYM/
bin/zephir-parser
bin/zephir55
parser/parser.c
parser/scanner.c
composer.lock
vendor
ext/aclocal.m4
ext/autom4te.cache/output.0
ext/autom4te.cache/requests
ext/autom4te.cache/traces.0
ide/
build