source: .gitignore @ 47c1928

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

Fixed jenkins after rework of automake

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