source: .gitignore @ 006d4c4

Last change on this file since 006d4c4 was 348f8992, checked in by Peter A. Buhr <pabuhr@…>, 3 weeks ago

git ignore parser.tab.cc

  • 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
[3b2f41e]20**/Makefile.dist.in
[bf70aa9]21/version
[8f1b0e1]22
[15db1ab]23# genereted by premake
[0ada2f0]24src/examples/gc_no_raii/build
[15db1ab]25
[8f1b0e1]26# build directories
[00cc023]27.deps
28.dirstamp
[6716d78]29/bin
30/lib
31/include
32/share
33/build
[6aa537a4]34*.class
[8f1b0e1]35
36# src executables, for lib and bin
[ea5b7d6]37driver/as
38driver/cfa
39driver/cfa-cpp
40driver/cc1
[ab9c1b3]41driver/demangler
[ea5b7d6]42
43libcfa/prelude/bootloader.c
44libcfa/prelude/builtins.cf
45libcfa/prelude/extras.cf
46libcfa/prelude/gcc-builtins.cf
47libcfa/prelude/gcc-builtins.c
[e523b07]48libcfa/prelude/prelude.cfa
[ea5b7d6]49libcfa/x64-debug/
50libcfa/x64-nodebug/
51libcfa/x86-debug/
52libcfa/x86-nodebug/
[d5a1b46]53libcfa/arm64-debug/
54libcfa/arm64-nodebug/
[f96b061]55
[c89503c]56# generated by bison and lex from parser.yy and lex.ll
[6e7e2b36]57src/Parser/parser.output
[64cb860]58src/Parser/lex.cc
59src/Parser/parser.cc
60src/Parser/parser.h
[44f44617]61src/Parser/parser.hh
[348f8992]62src/Parser/parser.tab.cc
[e82aa9df]63
[c89503c]64tools/prettyprinter/parser.output
65tools/prettyprinter/lex.cc
66tools/prettyprinter/parser.cc
67tools/prettyprinter/parser.h
[8c97ee7]68tools/prettyprinter/parser.hh
[c89503c]69tools/prettyprinter/pretty
70tools/pretty
[4149d9d]71tools/catchsig
72tools/repeat
[c89503c]73
[e82aa9df]74# generated by xfig for user manual
75doc/user/Cdecl.tex
76doc/user/pointer1.tex
77doc/user/pointer2.tex
[b0f7a43]78doc/user/EHMHierarchy.tex
[628a7c5]79
80# generated by npm
81package-lock.json
[dfbfcf1]82
83# generated by benchmark
84benchmark/Cargo.toml
Note: See TracBrowser for help on using the repository browser.