source: .gitignore@ 6aa5ec0f

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors ctor deferred_resn demangler enum forall-pointer-decay gc_noraii jacob/cs343-translation jenkins-sandbox memory new-ast new-ast-unique-expr new-env no_list persistent-indexer pthread-emulation qualifiedEnum resolv-new string with_gc
Last change on this file since 6aa5ec0f was a77e7b5, checked in by Peter A. Buhr <pabuhr@…>, 10 years ago

fix configure.ac fourth attempt

  • Property mode set to 100644
File size: 434 bytes
Line 
1# build files
2*.[ado]
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
16bin
17lib
18
19# src executables, for lib and bin
20driver/cc1
21driver/cfa
22src/cfa-cpp
23libcfa/libcfa-prelude.c
24
25# generated by bison and lex from cfa.y and lex.l, respectively
26src/Parser/cfa.output
27src/Parser/cfa.tab.cc
28src/Parser/cfa.tab.h
29src/Parser/lex.yy.cc
Note: See TracBrowser for help on using the repository browser.