flush
[m6w6/ext-psi] / .gitignore
1 *.dSYM
2 /idl/main
3 /lemon.c
4 /lempar.c
5 /lemon
6 /src/parser.c
7 /src/parser_proc.out
8 /src/parser_proc.c
9 .deps
10 *.lo
11 *.la
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
44 /compiler.h
45 /parser.h
46 /parser_proc.h
47 /validator.h
48 /src/*.o
49 /context.h
50 /libffi.h
51 /libjit.j
52 /tests/*/*.mem
53 /config.cache
54 *~
55 *.swp
56 php_psi_consts.h
57 php_psi_decls.h
58 php_psi_macros.h
59 php_psi_redirs.h
60 php_psi_stdinc.h
61 php_psi_stdtypes.h
62 php_psi_structs.h
63 php_psi_types.h
64 php_psi_va_decls.h
65 /tmp/
66 *.loT