source: .gitignore @ 9aa9126

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

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

  • 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/as
31src/driver/cfa
32src/driver/cfa-cpp
33src/driver/cc1
34
35src/prelude/bootloader.c
36src/prelude/builtins.cf
37src/prelude/extras.cf
38src/prelude/gcc-builtins.cf
39src/prelude/gcc-builtins.c
40src/prelude/prelude.cf
41src/libcfa/libcfa-prelude.c
42
43# generated by bison and lex from parser.yy and lex.ll
44src/Parser/parser.output
45src/Parser/lex.cc
46src/Parser/parser.cc
47src/Parser/parser.h
48src/Parser/parser.hh
49
50tools/prettyprinter/parser.output
51tools/prettyprinter/lex.cc
52tools/prettyprinter/parser.cc
53tools/prettyprinter/parser.h
54tools/prettyprinter/parser.hh
55tools/prettyprinter/pretty
56tools/pretty
57tools/catchsig
58tools/repeat
59
60# generated by xfig for user manual
61doc/user/Cdecl.tex
62doc/user/pointer1.tex
63doc/user/pointer2.tex
64doc/user/EHMHierarchy.tex
Note: See TracBrowser for help on using the repository browser.