source:
.gitignore
@
adb67cf3
Last change on this file since adb67cf3 was dfbfcf1, checked in by , 4 years ago | |
---|---|
|
|
File size: 1.3 KB |
Rev | Line | |
---|---|---|
[8f1b0e1] | 1 | # build files |
[00cc023] | 2 | *.[ao] |
[c07d724] | 3 | *.pyc |
[8f1b0e1] | 4 | |
5 | # generated by configure | |
[a8bad5b] | 6 | aclocal.m4 |
7 | automake | |
[8f1b0e1] | 8 | autom4te.cache |
9 | config.h | |
10 | config.status | |
11 | config.log | |
[a92bd63] | 12 | config.py |
[a8bad5b] | 13 | configure |
[70a3e16] | 14 | libtool |
[a8bad5b] | 15 | stamp-h1 |
[b0c32da] | 16 | /Makefile |
[a8bad5b] | 17 | /Makefile.in |
[bf71cfd] | 18 | **/Makefile |
[a8bad5b] | 19 | **/Makefile.in |
[3b2f41e] | 20 | **/Makefile.dist.in |
[bf70aa9] | 21 | /version |
[8f1b0e1] | 22 | |
[15db1ab] | 23 | # genereted by premake |
[0ada2f0] | 24 | src/examples/gc_no_raii/build |
[15db1ab] | 25 | |
[8f1b0e1] | 26 | # build directories |
[00cc023] | 27 | .deps |
28 | .dirstamp | |
[6716d78] | 29 | /bin |
30 | /lib | |
31 | /include | |
32 | /share | |
33 | /build | |
[6aa537a4] | 34 | *.class |
[8f1b0e1] | 35 | |
36 | # src executables, for lib and bin | |
[ea5b7d6] | 37 | driver/as |
38 | driver/cfa | |
39 | driver/cfa-cpp | |
40 | driver/cc1 | |
41 | ||
42 | libcfa/prelude/bootloader.c | |
43 | libcfa/prelude/builtins.cf | |
44 | libcfa/prelude/extras.cf | |
45 | libcfa/prelude/gcc-builtins.cf | |
46 | libcfa/prelude/gcc-builtins.c | |
[e523b07] | 47 | libcfa/prelude/prelude.cfa |
[ea5b7d6] | 48 | libcfa/x64-debug/ |
49 | libcfa/x64-nodebug/ | |
50 | libcfa/x86-debug/ | |
51 | libcfa/x86-nodebug/ | |
[d5a1b46] | 52 | libcfa/arm64-debug/ |
53 | libcfa/arm64-nodebug/ | |
[f96b061] | 54 | |
[c89503c] | 55 | # generated by bison and lex from parser.yy and lex.ll |
[6e7e2b36] | 56 | src/Parser/parser.output |
[64cb860] | 57 | src/Parser/lex.cc |
58 | src/Parser/parser.cc | |
59 | src/Parser/parser.h | |
[44f44617] | 60 | src/Parser/parser.hh |
[9833cae0] | 61 | src/demangler |
[e82aa9df] | 62 | |
[c89503c] | 63 | tools/prettyprinter/parser.output |
64 | tools/prettyprinter/lex.cc | |
65 | tools/prettyprinter/parser.cc | |
66 | tools/prettyprinter/parser.h | |
[8c97ee7] | 67 | tools/prettyprinter/parser.hh |
[c89503c] | 68 | tools/prettyprinter/pretty |
69 | tools/pretty | |
[4149d9d] | 70 | tools/catchsig |
71 | tools/repeat | |
[c89503c] | 72 | |
[e82aa9df] | 73 | # generated by xfig for user manual |
74 | doc/user/Cdecl.tex | |
75 | doc/user/pointer1.tex | |
76 | doc/user/pointer2.tex | |
[b0f7a43] | 77 | doc/user/EHMHierarchy.tex |
[628a7c5] | 78 | |
79 | # generated by npm | |
80 | package-lock.json | |
[dfbfcf1] | 81 | |
82 | # generated by benchmark | |
83 | benchmark/Cargo.toml |
Note: See TracBrowser
for help on using the repository browser.