source:
.gitignore
@
752dc70
Last change on this file since 752dc70 was f96b061, checked in by , 8 years ago | |
---|---|
|
|
File size: 516 bytes |
Rev | Line | |
---|---|---|
[8f1b0e1] | 1 | # build files |
[00cc023] | 2 | *.[ao] |
[8f1b0e1] | 3 | |
4 | # generated by configure | |
5 | autom4te.cache | |
6 | config.h | |
7 | config.status | |
8 | config.log | |
9 | stamp-h1 | |
10 | Makefile | |
11 | driver/Makefile | |
12 | libcfa/Makefile | |
13 | src/Makefile | |
14 | ||
[15db1ab] | 15 | # genereted by premake |
[0ada2f0] | 16 | src/examples/gc_no_raii/build |
[15db1ab] | 17 | |
[8f1b0e1] | 18 | # build directories |
[00cc023] | 19 | .deps |
20 | .dirstamp | |
[8f1b0e1] | 21 | bin |
22 | lib | |
[d3b7937] | 23 | include |
[8f1b0e1] | 24 | |
25 | # src executables, for lib and bin | |
[c3a4385] | 26 | src/driver/cc1 |
27 | src/driver/cfa | |
[d3b7937] | 28 | src/driver/cfa-cpp |
[f96b061] | 29 | |
30 | src/libcfa/builtins.cf | |
31 | src/libcfa/extras.cf | |
[c3a4385] | 32 | src/libcfa/libcfa-prelude.c |
[8f1b0e1] | 33 | |
[c3a4385] | 34 | # generated by bison and lex from cfa.yy and lex.ll, respectively |
[6e7e2b36] | 35 | src/Parser/parser.output |
Note: See TracBrowser
for help on using the repository browser.