source: .gitignore@ 8f1b0e1

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