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