source: .gitignore @ 8f1b0e1

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 8f1b0e1 was 8f1b0e1, checked in by Peter A. Buhr <pabuhr@…>, 9 years ago

add generic .gitignore, delete mkinstalldirs, fix configure.ac third attempt

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