source: .gitignore @ 5cb5f842

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsctordeferred_resndemanglerenumforall-pointer-decaygc_noraiijacob/cs343-translationjenkins-sandboxmemorynew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newstringwith_gc
Last change on this file since 5cb5f842 was 00cc023, checked in by Peter A. Buhr <pabuhr@…>, 9 years ago

redo automake first attempt

  • Property mode set to 100644
File size: 449 bytes
Line 
1# build files
2*.[ao]
3
4# generated by configure
5autom4te.cache
6config.h
7config.status
8config.log
9stamp-h1
10Makefile
11driver/Makefile
12libcfa/Makefile
13src/Makefile
14
15# build directories
16.deps
17.dirstamp
18bin
19lib
20
21# src executables, for lib and bin
22driver/cc1
23driver/cfa
24src/cfa-cpp
25libcfa/libcfa-prelude.c
26
27# generated by bison and lex from cfa.y and lex.l, respectively
28src/Parser/cfa.output
29src/Parser/cfa.tab.cc
30src/Parser/cfa.tab.h
31src/Parser/lex.yy.cc
Note: See TracBrowser for help on using the repository browser.