source: .gitignore @ 665f432

ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change on this file since 665f432 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
RevLine 
[8f1b0e1]1# build files
[00cc023]2*.[ao]
[c07d724]3*.pyc
[8f1b0e1]4
5# generated by configure
6autom4te.cache
7config.h
8config.status
9config.log
[a92bd63]10config.py
[8f1b0e1]11stamp-h1
[70a3e16]12libtool
[b0c32da]13/Makefile
[bf71cfd]14**/Makefile
[bf70aa9]15/version
[8f1b0e1]16
[15db1ab]17# genereted by premake
[0ada2f0]18src/examples/gc_no_raii/build
[15db1ab]19
[8f1b0e1]20# build directories
[00cc023]21.deps
22.dirstamp
[6716d78]23/bin
24/lib
25/include
26/share
27/build
[6aa537a4]28*.class
[8f1b0e1]29
30# src executables, for lib and bin
[ea5b7d6]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
[e523b07]41libcfa/prelude/prelude.cfa
[ea5b7d6]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/
[f96b061]51
[c89503c]52# generated by bison and lex from parser.yy and lex.ll
[6e7e2b36]53src/Parser/parser.output
[64cb860]54src/Parser/lex.cc
55src/Parser/parser.cc
56src/Parser/parser.h
[44f44617]57src/Parser/parser.hh
[9833cae0]58src/demangler
[e82aa9df]59
[c89503c]60tools/prettyprinter/parser.output
61tools/prettyprinter/lex.cc
62tools/prettyprinter/parser.cc
63tools/prettyprinter/parser.h
[8c97ee7]64tools/prettyprinter/parser.hh
[c89503c]65tools/prettyprinter/pretty
66tools/pretty
[4149d9d]67tools/catchsig
68tools/repeat
[c89503c]69
[e82aa9df]70# generated by xfig for user manual
71doc/user/Cdecl.tex
72doc/user/pointer1.tex
73doc/user/pointer2.tex
[b0f7a43]74doc/user/EHMHierarchy.tex
Note: See TracBrowser for help on using the repository browser.