source: .gitignore@ 5bf4712

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors ctor deferred_resn demangler enum forall-pointer-decay gc_noraii jacob/cs343-translation jenkins-sandbox memory new-ast new-ast-unique-expr new-env no_list persistent-indexer pthread-emulation qualifiedEnum resolv-new string with_gc
Last change on this file since 5bf4712 was a7b8126, checked in by Peter A. Buhr <pabuhr@…>, 10 years ago

ignore latex generated files

  • Property mode set to 100644
File size: 709 bytes
Line 
1# build files
2*.[ao]
3
4# generated by configure
5autom4te.cache
6config.h
7config.status
8config.log
9stamp-h1
10Makefile
11driver/Makefile
12libcfa/Makefile
13src/Makefile
14
15# build directories
16.deps
17.dirstamp
18bin
19lib
20
21# src executables, for lib and bin
22src/driver/cc1
23src/driver/cfa
24src/cfa-cpp
25src/libcfa/libcfa-prelude.c
26
27# generated by bison and lex from cfa.yy and lex.ll, respectively
28src/Parser/parser.output
29
30# generated by latex
31doc/refrat/refrat.aux
32doc/refrat/refrat.bbl
33doc/refrat/refrat.blg
34doc/refrat/refrat.brf
35doc/refrat/refrat.dvi
36doc/refrat/refrat.idx
37doc/refrat/refrat.ilg
38doc/refrat/refrat.ind
39doc/refrat/refrat.log
40doc/refrat/refrat.out
41doc/refrat/refrat.pdf
42doc/refrat/refrat.ps
43doc/refrat/refrat.toc
Note: See TracBrowser for help on using the repository browser.