Allow _Static_assert declarations in structs
[tinycc.git] / .gitignore
blob3bff153f0adcb5ea3c93237560a2ebacaf5917e3
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
20 libtcc*.def
22 config*.h
23 *_.h
24 config*.mak
25 config.texi
26 conftest*
27 c2str
28 tags
29 TAGS
30 tcc.1
31 *.pod
32 tcc-doc.html
33 tcc-doc.info
35 win32/doc
36 win32/examples/libtcc_test.c
37 win32/libtcc
38 win32/lib/32
39 win32/lib/64
40 win32/include/float.h
41 win32/include/stdalign.h
42 win32/include/stdarg.h
43 win32/include/stdbool.h
44 win32/include/stddef.h
45 win32/include/stdnoreturn.h
46 win32/include/varargs.h
47 win32/include/tcclib.h
49 tests/tcctest[1234]
50 tests/tcctest.gcc
51 tests/*.out*
52 tests/*.ref
53 tests/*.txt
54 tests/*.gcc
55 tests/*-cc*
56 tests/*-tcc*
57 tests/libtcc_test
58 tests/libtcc_test_mt
59 tests/asm-c-connect
60 tests/asm-c-connect-sep
61 tests/vla_test
62 tests/hello
63 tests/tests2/fred.txt
64 libtcc.dylib