Changes in .gitignore [56c3935:a77e7b5]
- File:
-
- 1 edited
-
.gitignore (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
.gitignore
r56c3935 ra77e7b5 1 1 # build files 2 *.[a o]2 *.[ado] 3 3 4 4 # generated by configure … … 14 14 15 15 # build directories 16 .deps17 .dirstamp18 16 bin 19 17 lib … … 27 25 # generated by bison and lex from cfa.y and lex.l, respectively 28 26 src/Parser/cfa.output 27 src/Parser/cfa.tab.cc 28 src/Parser/cfa.tab.h 29 src/Parser/lex.yy.cc
Note:
See TracChangeset
for help on using the changeset viewer.