Changes in .gitignore [eb50842:a7b8126]
- File:
-
- 1 edited
-
.gitignore (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
.gitignore
reb50842 ra7b8126 1 1 # build files 2 *.[a do]2 *.[ao] 3 3 4 4 # generated by configure 5 Makefile6 aclocal.m47 5 autom4te.cache 8 6 config.h … … 10 8 config.log 11 9 stamp-h1 10 Makefile 12 11 driver/Makefile 13 12 libcfa/Makefile … … 15 14 16 15 # build directories 16 .deps 17 .dirstamp 17 18 bin 18 19 lib 19 20 20 21 # src executables, for lib and bin 21 driver/cc122 driver/cfa22 src/driver/cc1 23 src/driver/cfa 23 24 src/cfa-cpp 24 libcfa/libcfa-prelude.c25 src/libcfa/libcfa-prelude.c 25 26 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 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
Note:
See TracChangeset
for help on using the changeset viewer.