Changeset 937e51d for .gitignore
- Timestamp:
- Jun 26, 2015, 4:00:26 PM (11 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, stuck-waitfor-destruct, with_gc
- Children:
- 0df292b, e0ff3e6
- Parents:
- eb50842 (diff), 1869adf (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
.gitignore (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
.gitignore
reb50842 r937e51d 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
Note:
See TracChangeset
for help on using the changeset viewer.