source:
.gitignore
@
1b5c81ed
Last change on this file since 1b5c81ed was 0f9e4403, checked in by , 9 years ago | |
---|---|
|
|
File size: 570 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 |
[c3a4385] | 29 | src/libcfa/libcfa-prelude.c |
[8f1b0e1] | 30 | |
[c3a4385] | 31 | # generated by bison and lex from cfa.yy and lex.ll, respectively |
[6e7e2b36] | 32 | src/Parser/parser.output |
[a7b8126] | 33 | |
34 | # generated by latex | |
[a752883] | 35 | *.aux |
36 | *.bbl | |
37 | *.blg | |
38 | *.brf | |
39 | *.dvi | |
40 | *.idx | |
41 | *.ilg | |
42 | *.ind | |
43 | *.log | |
44 | *.out | |
45 | ||
46 | *.ps | |
47 | *.toc |
Note: See TracBrowser
for help on using the repository browser.