tcc: re-enable correct option -r support
[tinycc.git] / .gitignore
blob36c8aac68d75f431500e95e607a1ddf9914e475d
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
21 config.h
22 config.mak
23 config.texi
24 conftest*
25 tags
26 TAGS
27 tcc.1
28 tcc.pod
29 tcc-doc.html
30 tcc-doc.info
32 lib/x86_64
33 lib/i386
34 lib/x86_64-win32
35 lib/i386-win32
36 lib/arm
37 lib/arm64
39 win32/doc
40 win32/libtcc
41 win32/lib/32
42 win32/lib/64
43 win32/include/float.h
44 win32/include/stdarg.h
45 win32/include/stdbool.h
46 win32/include/stddef.h
47 win32/include/varargs.h
48 win32/include/tcclib.h
50 tests/test.out*
51 tests/test*.out
52 tests/tcctest[1234]
53 tests/tcctest.gcc
54 tests/*.ref
55 tests/*.txt
56 tests/*.gcc
57 tests/*-cc*
58 tests/*-tcc*
59 tests/libtcc_test
60 tests/vla_test
61 tests/hello
62 tests/tests2/fred.txt
64 libtcc*.def