Use TOK_PPNUM/TOK_PPSTR instead of TOK_CINT/TOK_STR
[tinycc.git] / .gitignore
blob6870b8d308e2c9e6bdac0fba5d7651bc4538514f
1 *~
2 \#*
3 .#*
4 *.o
5 *.a
6 *.exe
7 *.dll
8 *.obj
9 *.pdb
10 *.lib
11 *.exp
12 *.log
13 *.bz2
14 *.zip
15 .gdb_history
16 a.out
17 tcc_g
18 tcc
19 tcc_c
20 tcc_p
21 *-tcc
22 libtcc*.def
24 config*.h
25 *_.h
26 config*.mak
27 config.texi
28 conftest*
29 c2str
30 tags
31 TAGS
32 tcc.1
33 *.pod
34 *.tcov
35 tcc-doc.html
36 tcc-doc.info
38 win32/doc
39 win32/examples/libtcc_test.c
40 win32/libtcc
41 win32/lib/32
42 win32/lib/64
43 win32/include/float.h
44 win32/include/stdalign.h
45 win32/include/stdarg.h
46 win32/include/stdbool.h
47 win32/include/stddef.h
48 win32/include/stdnoreturn.h
49 win32/include/varargs.h
50 win32/include/tcclib.h
51 win32/include/tccdefs.h
52 win32/include/stdatomic.h
53 win32/include/tgmath.h
55 tests/tcctest[1234]
56 tests/tcctest.gcc
57 tests/*.out*
58 tests/*.ref
59 tests/*.txt
60 tests/*.gcc
61 tests/*-cc*
62 tests/*-tcc*
63 tests/libtcc_test
64 tests/libtcc_test_mt
65 tests/asm-c-connect
66 tests/asm-c-connect-sep
67 tests/vla_test
68 tests/hello
69 tests/tests2/fred.txt
70 libtcc.dylib