source: .gitignore @ 4cdfcbd

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change on this file since 4cdfcbd was e523b07, checked in by Thierry Delisle <tdelisle@…>, 5 years ago

Implemented the nolib configuration

  • 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.cfa
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
58src/demangler
59
60tools/prettyprinter/parser.output
61tools/prettyprinter/lex.cc
62tools/prettyprinter/parser.cc
63tools/prettyprinter/parser.h
64tools/prettyprinter/parser.hh
65tools/prettyprinter/pretty
66tools/pretty
67tools/catchsig
68tools/repeat
69
70# generated by xfig for user manual
71doc/user/Cdecl.tex
72doc/user/pointer1.tex
73doc/user/pointer2.tex
74doc/user/EHMHierarchy.tex
Note: See TracBrowser for help on using the repository browser.