source: .gitignore @ a1edafa

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Last change on this file since a1edafa was 8c97ee7, checked in by Thierry Delisle <tdelisle@…>, 7 years ago

Fixed the pretty printer

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