Changeset 90152a4 for .gitignore
- Timestamp:
- Aug 27, 2018, 4:40:34 PM (8 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum, stuck-waitfor-destruct
- Children:
- b7c89aa
- Parents:
- f9feab8 (diff), 305581d (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) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
.gitignore
rf9feab8 r90152a4 8 8 config.status 9 9 config.log 10 config.py 10 11 stamp-h1 11 Makefile 12 driver/Makefile 13 libcfa/Makefile 14 src/Makefile 12 /Makefile 13 **/Makefile 15 14 /version 16 15 … … 25 24 include 26 25 share 26 build 27 27 *.class 28 28 29 29 # src executables, for lib and bin 30 src/driver/cc1 31 src/driver/cfa 32 src/driver/cfa-cpp 30 driver/as 31 driver/cfa 32 driver/cfa-cpp 33 driver/cc1 33 34 34 src/prelude/builtins.cf 35 src/prelude/gcc-builtins.cf 36 src/prelude/gcc-builtins.c 37 src/prelude/extras.cf 38 src/prelude/bootloader.c 39 src/libcfa/libcfa-prelude.c 35 libcfa/prelude/bootloader.c 36 libcfa/prelude/builtins.cf 37 libcfa/prelude/extras.cf 38 libcfa/prelude/gcc-builtins.cf 39 libcfa/prelude/gcc-builtins.c 40 libcfa/prelude/prelude.cf 41 libcfa/x64-debug/ 42 libcfa/x64-nodebug/ 43 libcfa/x64-nolib/ 44 libcfa/x86-debug/ 45 libcfa/x86-nodebug/ 46 libcfa/x86-nolib/ 47 libcfa/arm-debug/ 48 libcfa/arm-nodebug/ 49 libcfa/arm-nolib/ 50 40 51 41 52 # generated by bison and lex from parser.yy and lex.ll
Note:
See TracChangeset
for help on using the changeset viewer.