Changes in .gitignore [56c3935:c3a4385]
- File:
-
- 1 edited
-
.gitignore (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
.gitignore
r56c3935 rc3a4385 20 20 21 21 # src executables, for lib and bin 22 driver/cc123 driver/cfa22 src/driver/cc1 23 src/driver/cfa 24 24 src/cfa-cpp 25 libcfa/libcfa-prelude.c25 src/libcfa/libcfa-prelude.c 26 26 27 # generated by bison and lex from cfa.y and lex.l, respectively28 src/Parser/ cfa.output27 # generated by bison and lex from cfa.yy and lex.ll, respectively 28 src/Parser/parser.output
Note:
See TracChangeset
for help on using the changeset viewer.