source: .gitignore @ 73abe95

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

Moved up many directories in source

  • Property mode set to 100644
File size: 1.0 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
[b0c32da]12/Makefile
[bf71cfd]13**/Makefile
[bf70aa9]14/version
[8f1b0e1]15
[15db1ab]16# genereted by premake
[0ada2f0]17src/examples/gc_no_raii/build
[15db1ab]18
[8f1b0e1]19# build directories
[00cc023]20.deps
21.dirstamp
[8f1b0e1]22bin
23lib
[d3b7937]24include
[874960b]25share
[982b0a5]26build
[6aa537a4]27*.class
[8f1b0e1]28
29# src executables, for lib and bin
[c3a4385]30src/driver/cc1
31src/driver/cfa
[d3b7937]32src/driver/cfa-cpp
[f96b061]33
[1d386a7]34src/prelude/bootloader.c
[375a068]35src/prelude/builtins.cf
[1d386a7]36src/prelude/extras.cf
[6ce3ae9]37src/prelude/gcc-builtins.cf
38src/prelude/gcc-builtins.c
[1d386a7]39src/prelude/prelude.cf
[c3a4385]40src/libcfa/libcfa-prelude.c
[8f1b0e1]41
[c89503c]42# generated by bison and lex from parser.yy and lex.ll
[6e7e2b36]43src/Parser/parser.output
[64cb860]44src/Parser/lex.cc
45src/Parser/parser.cc
46src/Parser/parser.h
[44f44617]47src/Parser/parser.hh
[e82aa9df]48
[c89503c]49tools/prettyprinter/parser.output
50tools/prettyprinter/lex.cc
51tools/prettyprinter/parser.cc
52tools/prettyprinter/parser.h
[8c97ee7]53tools/prettyprinter/parser.hh
[c89503c]54tools/prettyprinter/pretty
55tools/pretty
[4149d9d]56tools/catchsig
57tools/repeat
[c89503c]58
[e82aa9df]59# generated by xfig for user manual
60doc/user/Cdecl.tex
61doc/user/pointer1.tex
62doc/user/pointer2.tex
[b0f7a43]63doc/user/EHMHierarchy.tex
Note: See TracBrowser for help on using the repository browser.