source: .gitignore@ a1d6d80

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 with_gc
Last change on this file since a1d6d80 was a752883, checked in by Peter A. Buhr <pabuhr@…>, 10 years ago

.gitignore all latex auxiliary files, latex changes for refrat

  • Property mode set to 100644
File size: 516 bytes
RevLine 
[8f1b0e1]1# build files
[00cc023]2*.[ao]
[8f1b0e1]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
[00cc023]16.deps
17.dirstamp
[8f1b0e1]18bin
19lib
[d3b7937]20include
[8f1b0e1]21
22# src executables, for lib and bin
[c3a4385]23src/driver/cc1
24src/driver/cfa
[d3b7937]25src/driver/cfa-cpp
[c3a4385]26src/libcfa/libcfa-prelude.c
[8f1b0e1]27
[c3a4385]28# generated by bison and lex from cfa.yy and lex.ll, respectively
[6e7e2b36]29src/Parser/parser.output
[a7b8126]30
31# generated by latex
[a752883]32*.aux
33*.bbl
34*.blg
35*.brf
36*.dvi
37*.idx
38*.ilg
39*.ind
40*.log
41*.out
42*.pdf
43*.ps
44*.toc
Note: See TracBrowser for help on using the repository browser.