source: .gitignore @ a8bad5b

ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change on this file since a8bad5b was a8bad5b, checked in by Thierry Delisle <tdelisle@…>, 4 years ago

Added automake generate files to git ignore

  • Property mode set to 100644
File size: 1.3 KB
RevLine 
[8f1b0e1]1# build files
[00cc023]2*.[ao]
[c07d724]3*.pyc
[8f1b0e1]4
5# generated by configure
[a8bad5b]6aclocal.m4
7automake
[8f1b0e1]8autom4te.cache
9config.h
10config.status
11config.log
[a92bd63]12config.py
[a8bad5b]13configure
[70a3e16]14libtool
[a8bad5b]15stamp-h1
[b0c32da]16/Makefile
[a8bad5b]17/Makefile.in
[bf71cfd]18**/Makefile
[a8bad5b]19**/Makefile.in
[bf70aa9]20/version
[8f1b0e1]21
[15db1ab]22# genereted by premake
[0ada2f0]23src/examples/gc_no_raii/build
[15db1ab]24
[8f1b0e1]25# build directories
[00cc023]26.deps
27.dirstamp
[6716d78]28/bin
29/lib
30/include
31/share
32/build
[6aa537a4]33*.class
[8f1b0e1]34
35# src executables, for lib and bin
[ea5b7d6]36driver/as
37driver/cfa
38driver/cfa-cpp
39driver/cc1
40
41libcfa/prelude/bootloader.c
42libcfa/prelude/builtins.cf
43libcfa/prelude/extras.cf
44libcfa/prelude/gcc-builtins.cf
45libcfa/prelude/gcc-builtins.c
[e523b07]46libcfa/prelude/prelude.cfa
[ea5b7d6]47libcfa/x64-debug/
48libcfa/x64-nodebug/
49libcfa/x64-nolib/
50libcfa/x86-debug/
51libcfa/x86-nodebug/
52libcfa/x86-nolib/
53libcfa/arm-debug/
54libcfa/arm-nodebug/
55libcfa/arm-nolib/
[f96b061]56
[c89503c]57# generated by bison and lex from parser.yy and lex.ll
[6e7e2b36]58src/Parser/parser.output
[64cb860]59src/Parser/lex.cc
60src/Parser/parser.cc
61src/Parser/parser.h
[44f44617]62src/Parser/parser.hh
[9833cae0]63src/demangler
[e82aa9df]64
[c89503c]65tools/prettyprinter/parser.output
66tools/prettyprinter/lex.cc
67tools/prettyprinter/parser.cc
68tools/prettyprinter/parser.h
[8c97ee7]69tools/prettyprinter/parser.hh
[c89503c]70tools/prettyprinter/pretty
71tools/pretty
[4149d9d]72tools/catchsig
73tools/repeat
[c89503c]74
[e82aa9df]75# generated by xfig for user manual
76doc/user/Cdecl.tex
77doc/user/pointer1.tex
78doc/user/pointer2.tex
[b0f7a43]79doc/user/EHMHierarchy.tex
Note: See TracBrowser for help on using the repository browser.