macOS: if used, -arch option must match target
[tinycc.git] / .gitignore
blob34804df4c567d0b92a11295faa5bb99d3387000b
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 tags
28 TAGS
29 tcc.1
30 tcc.pod
31 tcc-doc.html
32 tcc-doc.info
34 win32/doc
35 win32/examples/libtcc_test.c
36 win32/libtcc
37 win32/lib/32
38 win32/lib/64
39 win32/include/float.h
40 win32/include/stdalign.h
41 win32/include/stdarg.h
42 win32/include/stdbool.h
43 win32/include/stddef.h
44 win32/include/stdnoreturn.h
45 win32/include/varargs.h
46 win32/include/tcclib.h
48 tests/tcctest[1234]
49 tests/tcctest.gcc
50 tests/*.out*
51 tests/*.ref
52 tests/*.txt
53 tests/*.gcc
54 tests/*-cc*
55 tests/*-tcc*
56 tests/libtcc_test
57 tests/libtcc_test_mt
58 tests/asm-c-connect
59 tests/asm-c-connect-sep
60 tests/vla_test
61 tests/hello
62 tests/tests2/fred.txt
63 libtcc.dylib