Changeset eb50842 for .gitignore
- Timestamp:
- Jun 26, 2015, 1:43:41 PM (10 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, with_gc
- Children:
- 937e51d
- Parents:
- 0f19d763
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified .gitignore ¶
r0f19d763 reb50842 1 # build files 2 *.[ado] 3 4 # generated by configure 1 5 Makefile 2 autom4te.cache/ 6 aclocal.m4 7 autom4te.cache 3 8 config.h 9 config.status 4 10 config.log 5 config.status 11 stamp-h1 6 12 driver/Makefile 13 libcfa/Makefile 14 src/Makefile 15 16 # build directories 17 bin 18 lib 19 20 # src executables, for lib and bin 7 21 driver/cc1 8 driver/cc1.o9 22 driver/cfa 10 driver/cfa.o 11 libcfa/Makefile 12 libcfa/builtins.c 13 libcfa/builtins.cf 23 src/cfa-cpp 14 24 libcfa/libcfa-prelude.c 15 libcfa/libcfa-prelude.o 16 libcfa/libcfa.a 17 src/*/*.d 18 src/*/*.o 19 src/MakeLibCfa.d 20 src/MakeLibCfa.o 25 26 # generated by bison and lex from cfa.y and lex.l, respectively 21 27 src/Parser/cfa.output 22 28 src/Parser/cfa.tab.cc 23 29 src/Parser/cfa.tab.h 24 30 src/Parser/lex.yy.cc 25 src/cfa-cpp26 src/main.d27 src/main.o28 stamp-h1
Note: See TracChangeset
for help on using the changeset viewer.