Changes in .gitignore [6716d78:d5a1b46]
- File:
-
- 1 edited
-
.gitignore (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
.gitignore
r6716d78 rd5a1b46 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.