source:
.gitignore
@
534e4e4
Last change on this file since 534e4e4 was bf71cfd, checked in by , 6 years ago | |
---|---|
|
|
File size: 1.0 KB |
Rev | Line | |
---|---|---|
[8f1b0e1] | 1 | # build files |
[00cc023] | 2 | *.[ao] |
[c07d724] | 3 | *.pyc |
[8f1b0e1] | 4 | |
5 | # generated by configure | |
6 | autom4te.cache | |
7 | config.h | |
8 | config.status | |
9 | config.log | |
[a92bd63] | 10 | config.py |
[8f1b0e1] | 11 | stamp-h1 |
[b0c32da] | 12 | /Makefile |
[bf71cfd] | 13 | **/Makefile |
[bf70aa9] | 14 | /version |
[8f1b0e1] | 15 | |
[15db1ab] | 16 | # genereted by premake |
[0ada2f0] | 17 | src/examples/gc_no_raii/build |
[15db1ab] | 18 | |
[8f1b0e1] | 19 | # build directories |
[00cc023] | 20 | .deps |
21 | .dirstamp | |
[8f1b0e1] | 22 | bin |
23 | lib | |
[d3b7937] | 24 | include |
[874960b] | 25 | share |
[982b0a5] | 26 | build |
[6aa537a4] | 27 | *.class |
[8f1b0e1] | 28 | |
29 | # src executables, for lib and bin | |
[c3a4385] | 30 | src/driver/cc1 |
31 | src/driver/cfa | |
[d3b7937] | 32 | src/driver/cfa-cpp |
[f96b061] | 33 | |
[1d386a7] | 34 | src/prelude/bootloader.c |
[375a068] | 35 | src/prelude/builtins.cf |
[1d386a7] | 36 | src/prelude/extras.cf |
[6ce3ae9] | 37 | src/prelude/gcc-builtins.cf |
38 | src/prelude/gcc-builtins.c | |
[1d386a7] | 39 | src/prelude/prelude.cf |
[c3a4385] | 40 | src/libcfa/libcfa-prelude.c |
[8f1b0e1] | 41 | |
[c89503c] | 42 | # generated by bison and lex from parser.yy and lex.ll |
[6e7e2b36] | 43 | src/Parser/parser.output |
[64cb860] | 44 | src/Parser/lex.cc |
45 | src/Parser/parser.cc | |
46 | src/Parser/parser.h | |
[44f44617] | 47 | src/Parser/parser.hh |
[e82aa9df] | 48 | |
[c89503c] | 49 | tools/prettyprinter/parser.output |
50 | tools/prettyprinter/lex.cc | |
51 | tools/prettyprinter/parser.cc | |
52 | tools/prettyprinter/parser.h | |
[8c97ee7] | 53 | tools/prettyprinter/parser.hh |
[c89503c] | 54 | tools/prettyprinter/pretty |
55 | tools/pretty | |
[4149d9d] | 56 | tools/catchsig |
57 | tools/repeat | |
[c89503c] | 58 | |
[e82aa9df] | 59 | # generated by xfig for user manual |
60 | doc/user/Cdecl.tex | |
61 | doc/user/pointer1.tex | |
62 | doc/user/pointer2.tex | |
[b0f7a43] | 63 | doc/user/EHMHierarchy.tex |
Note: See TracBrowser
for help on using the repository browser.