source: .gitignore @ d5905a2

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsctordeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxmemorynew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Last change on this file since d5905a2 was f96b061, checked in by Peter A. Buhr <pabuhr@…>, 8 years ago

add missing files for the building the builtins/extras

  • Property mode set to 100644
File size: 516 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# genereted by premake
16src/examples/gc_no_raii/build
17
18# build directories
19.deps
20.dirstamp
21bin
22lib
23include
24
25# src executables, for lib and bin
26src/driver/cc1
27src/driver/cfa
28src/driver/cfa-cpp
29
30src/libcfa/builtins.cf
31src/libcfa/extras.cf
32src/libcfa/libcfa-prelude.c
33
34# generated by bison and lex from cfa.yy and lex.ll, respectively
35src/Parser/parser.output
Note: See TracBrowser for help on using the repository browser.