Changeset b067d9b for .gitignore
- Timestamp:
- Oct 29, 2019, 4:01:24 PM (7 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum, stuck-waitfor-destruct
- Children:
- 773db65, 9421f3d8
- Parents:
- 7951100 (diff), 8364209 (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
r7951100 rb067d9b 8 8 config.status 9 9 config.log 10 config.py 10 11 stamp-h1 12 libtool 11 13 /Makefile 12 src/**/Makefile 13 tools/**/Makefile 14 **/Makefile 14 15 /version 15 16 … … 20 21 .deps 21 22 .dirstamp 22 bin 23 lib 24 include 25 share 23 /bin 24 /lib 25 /include 26 /share 27 /build 26 28 *.class 27 29 28 30 # src executables, for lib and bin 29 src/driver/cc1 30 src/driver/cfa 31 src/driver/cfa-cpp 31 driver/as 32 driver/cfa 33 driver/cfa-cpp 34 driver/cc1 32 35 33 src/prelude/builtins.cf 34 src/prelude/gcc-builtins.cf 35 src/prelude/gcc-builtins.c 36 src/prelude/extras.cf 37 src/prelude/bootloader.c 38 src/libcfa/libcfa-prelude.c 36 libcfa/prelude/bootloader.c 37 libcfa/prelude/builtins.cf 38 libcfa/prelude/extras.cf 39 libcfa/prelude/gcc-builtins.cf 40 libcfa/prelude/gcc-builtins.c 41 libcfa/prelude/prelude.cfa 42 libcfa/x64-debug/ 43 libcfa/x64-nodebug/ 44 libcfa/x64-nolib/ 45 libcfa/x86-debug/ 46 libcfa/x86-nodebug/ 47 libcfa/x86-nolib/ 48 libcfa/arm-debug/ 49 libcfa/arm-nodebug/ 50 libcfa/arm-nolib/ 39 51 40 52 # generated by bison and lex from parser.yy and lex.ll … … 44 56 src/Parser/parser.h 45 57 src/Parser/parser.hh 58 src/demangler 46 59 47 60 tools/prettyprinter/parser.output
Note:
See TracChangeset
for help on using the changeset viewer.