source: .gitignore @ 7b3f66b

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsctordeferred_resndemanglerenumforall-pointer-decaygc_noraiijacob/cs343-translationjenkins-sandboxmemorynew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Last change on this file since 7b3f66b was a752883, checked in by Peter A. Buhr <pabuhr@…>, 8 years ago

.gitignore all latex auxiliary files, latex changes for refrat

  • Property mode set to 100644
File size: 516 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
20include
21
22# src executables, for lib and bin
23src/driver/cc1
24src/driver/cfa
25src/driver/cfa-cpp
26src/libcfa/libcfa-prelude.c
27
28# generated by bison and lex from cfa.yy and lex.ll, respectively
29src/Parser/parser.output
30
31# generated by latex
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.