source: .gitignore @ ba9baad

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprno_listpersistent-indexerpthread-emulationqualifiedEnum
Last change on this file since ba9baad was bf71cfd, checked in by Thierry Delisle <tdelisle@…>, 6 years ago

Moved up many directories in source

  • Property mode set to 100644
File size: 1.0 KB
Line 
1# build files
2*.[ao]
3*.pyc
4
5# generated by configure
6autom4te.cache
7config.h
8config.status
9config.log
10config.py
11stamp-h1
12/Makefile
13**/Makefile
14/version
15
16# genereted by premake
17src/examples/gc_no_raii/build
18
19# build directories
20.deps
21.dirstamp
22bin
23lib
24include
25share
26build
27*.class
28
29# src executables, for lib and bin
30src/driver/cc1
31src/driver/cfa
32src/driver/cfa-cpp
33
34src/prelude/bootloader.c
35src/prelude/builtins.cf
36src/prelude/extras.cf
37src/prelude/gcc-builtins.cf
38src/prelude/gcc-builtins.c
39src/prelude/prelude.cf
40src/libcfa/libcfa-prelude.c
41
42# generated by bison and lex from parser.yy and lex.ll
43src/Parser/parser.output
44src/Parser/lex.cc
45src/Parser/parser.cc
46src/Parser/parser.h
47src/Parser/parser.hh
48
49tools/prettyprinter/parser.output
50tools/prettyprinter/lex.cc
51tools/prettyprinter/parser.cc
52tools/prettyprinter/parser.h
53tools/prettyprinter/parser.hh
54tools/prettyprinter/pretty
55tools/pretty
56tools/catchsig
57tools/repeat
58
59# generated by xfig for user manual
60doc/user/Cdecl.tex
61doc/user/pointer1.tex
62doc/user/pointer2.tex
63doc/user/EHMHierarchy.tex
Note: See TracBrowser for help on using the repository browser.