source: .gitignore @ dcf1979

ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change on this file since dcf1979 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
Line 
1# build files
2*.[ao]
3*.pyc
4
5# generated by configure
6aclocal.m4
7automake
8autom4te.cache
9config.h
10config.status
11config.log
12config.py
13configure
14libtool
15stamp-h1
16/Makefile
17/Makefile.in
18**/Makefile
19**/Makefile.in
20/version
21
22# genereted by premake
23src/examples/gc_no_raii/build
24
25# build directories
26.deps
27.dirstamp
28/bin
29/lib
30/include
31/share
32/build
33*.class
34
35# src executables, for lib and bin
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
46libcfa/prelude/prelude.cfa
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/
56
57# generated by bison and lex from parser.yy and lex.ll
58src/Parser/parser.output
59src/Parser/lex.cc
60src/Parser/parser.cc
61src/Parser/parser.h
62src/Parser/parser.hh
63src/demangler
64
65tools/prettyprinter/parser.output
66tools/prettyprinter/lex.cc
67tools/prettyprinter/parser.cc
68tools/prettyprinter/parser.h
69tools/prettyprinter/parser.hh
70tools/prettyprinter/pretty
71tools/pretty
72tools/catchsig
73tools/repeat
74
75# generated by xfig for user manual
76doc/user/Cdecl.tex
77doc/user/pointer1.tex
78doc/user/pointer2.tex
79doc/user/EHMHierarchy.tex
Note: See TracBrowser for help on using the repository browser.