source: .gitignore @ e523b07

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

Implemented the nolib configuration

  • 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
[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
[ea5b7d6]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
[e523b07]40libcfa/prelude/prelude.cfa
[ea5b7d6]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/
[f96b061]50
[8f1b0e1]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.