Changeset 58fe85a for .gitignore
- Timestamp:
- Jan 7, 2021, 3:27:00 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum, stuck-waitfor-destruct
- Children:
- 2b4daf2, 64aeca0
- Parents:
- 3c64c668 (diff), eef8dfb (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) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
.gitignore
r3c64c668 r58fe85a 4 4 5 5 # generated by configure 6 aclocal.m4 7 automake 6 8 autom4te.cache 7 9 config.h … … 9 11 config.log 10 12 config.py 13 configure 14 libtool 11 15 stamp-h1 12 libtool13 16 /Makefile 17 /Makefile.in 14 18 **/Makefile 19 **/Makefile.in 20 **/Makefile.dist.in 15 21 /version 16 22 … … 42 48 libcfa/x64-debug/ 43 49 libcfa/x64-nodebug/ 44 libcfa/x64-nolib/45 50 libcfa/x86-debug/ 46 51 libcfa/x86-nodebug/ 47 libcfa/x86-nolib/ 48 libcfa/arm-debug/ 49 libcfa/arm-nodebug/ 50 libcfa/arm-nolib/ 52 libcfa/arm64-debug/ 53 libcfa/arm64-nodebug/ 51 54 52 55 # generated by bison and lex from parser.yy and lex.ll … … 73 76 doc/user/pointer2.tex 74 77 doc/user/EHMHierarchy.tex 78 79 # generated by npm 80 package-lock.json
Note:
See TracChangeset
for help on using the changeset viewer.