source: .gitignore @ 5f08ac2f

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

Added config.py to gitignore

  • 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
13src/**/Makefile
14tools/**/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
26share
27build
28*.class
29
30# src executables, for lib and bin
31src/driver/cc1
32src/driver/cfa
33src/driver/cfa-cpp
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.