source: .gitignore @ 581743f

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprno_listpersistent-indexerpthread-emulationqualifiedEnum
Last change on this file since 581743f was a2f146ee, checked in by Peter A. Buhr <pabuhr@…>, 6 years ago

preprocess assembler files to add CFA language

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