Changes in .gitignore [d5a1b46:6716d78]
- File:
-
- 1 edited
-
.gitignore (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
.gitignore
rd5a1b46 r6716d78 4 4 5 5 # generated by configure 6 aclocal.m47 automake8 6 autom4te.cache 9 7 config.h … … 11 9 config.log 12 10 config.py 13 configure 11 stamp-h1 14 12 libtool 15 stamp-h116 13 /Makefile 17 /Makefile.in18 14 **/Makefile 19 **/Makefile.in20 **/Makefile.dist.in21 15 /version 22 16 … … 48 42 libcfa/x64-debug/ 49 43 libcfa/x64-nodebug/ 44 libcfa/x64-nolib/ 50 45 libcfa/x86-debug/ 51 46 libcfa/x86-nodebug/ 52 libcfa/arm64-debug/ 53 libcfa/arm64-nodebug/ 47 libcfa/x86-nolib/ 48 libcfa/arm-debug/ 49 libcfa/arm-nodebug/ 50 libcfa/arm-nolib/ 54 51 55 52 # generated by bison and lex from parser.yy and lex.ll … … 76 73 doc/user/pointer2.tex 77 74 doc/user/EHMHierarchy.tex 78 79 # generated by npm80 package-lock.json
Note:
See TracChangeset
for help on using the changeset viewer.