source:
.gitignore
@
99f4165
Last change on this file since 99f4165 was c3a4385, checked in by , 7 years ago | |
---|---|
|
|
File size: 402 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 | ||
15 | # build directories | |
[00cc023] | 16 | .deps |
17 | .dirstamp | |
[8f1b0e1] | 18 | bin |
19 | lib | |
20 | ||
21 | # src executables, for lib and bin | |
[c3a4385] | 22 | src/driver/cc1 |
23 | src/driver/cfa | |
[8f1b0e1] | 24 | src/cfa-cpp |
[c3a4385] | 25 | src/libcfa/libcfa-prelude.c |
[8f1b0e1] | 26 | |
[c3a4385] | 27 | # generated by bison and lex from cfa.yy and lex.ll, respectively |
[6e7e2b3] | 28 | src/Parser/parser.output |
Note: See TracBrowser
for help on using the repository browser.