source: .gitignore @ 3d3cbd0

ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change on this file since 3d3cbd0 was 6716d78, checked in by Thierry Delisle <tdelisle@…>, 5 years ago

Fixed gitignore which was ignoring tools/build and added missing distcc scripts

  • 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
12libtool
13/Makefile
14**/Makefile
15/version
16
17# genereted by premake
18src/examples/gc_no_raii/build
19
20# build directories
21.deps
22.dirstamp
23/bin
24/lib
25/include
26/share
27/build
28*.class
29
30# src executables, for lib and bin
31driver/as
32driver/cfa
33driver/cfa-cpp
34driver/cc1
35
36libcfa/prelude/bootloader.c
37libcfa/prelude/builtins.cf
38libcfa/prelude/extras.cf
39libcfa/prelude/gcc-builtins.cf
40libcfa/prelude/gcc-builtins.c
41libcfa/prelude/prelude.cfa
42libcfa/x64-debug/
43libcfa/x64-nodebug/
44libcfa/x64-nolib/
45libcfa/x86-debug/
46libcfa/x86-nodebug/
47libcfa/x86-nolib/
48libcfa/arm-debug/
49libcfa/arm-nodebug/
50libcfa/arm-nolib/
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.