Changes in .gitignore [a7b8126:eb50842]
- File:
-
- 1 edited
-
.gitignore (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
.gitignore
ra7b8126 reb50842 1 1 # build files 2 *.[a o]2 *.[ado] 3 3 4 4 # generated by configure 5 Makefile 6 aclocal.m4 5 7 autom4te.cache 6 8 config.h … … 8 10 config.log 9 11 stamp-h1 10 Makefile11 12 driver/Makefile 12 13 libcfa/Makefile … … 14 15 15 16 # build directories 16 .deps17 .dirstamp18 17 bin 19 18 lib 20 19 21 20 # src executables, for lib and bin 22 src/driver/cc123 src/driver/cfa21 driver/cc1 22 driver/cfa 24 23 src/cfa-cpp 25 src/libcfa/libcfa-prelude.c24 libcfa/libcfa-prelude.c 26 25 27 # generated by bison and lex from cfa.yy and lex.ll, respectively 28 src/Parser/parser.output 29 30 # generated by latex 31 doc/refrat/refrat.aux 32 doc/refrat/refrat.bbl 33 doc/refrat/refrat.blg 34 doc/refrat/refrat.brf 35 doc/refrat/refrat.dvi 36 doc/refrat/refrat.idx 37 doc/refrat/refrat.ilg 38 doc/refrat/refrat.ind 39 doc/refrat/refrat.log 40 doc/refrat/refrat.out 41 doc/refrat/refrat.pdf 42 doc/refrat/refrat.ps 43 doc/refrat/refrat.toc 26 # generated by bison and lex from cfa.y and lex.l, respectively 27 src/Parser/cfa.output 28 src/Parser/cfa.tab.cc 29 src/Parser/cfa.tab.h 30 src/Parser/lex.yy.cc
Note:
See TracChangeset
for help on using the changeset viewer.