Updated .gitignore files.
This commit is contained in:
parent
2f34fb2692
commit
e0236f1256
|
@ -1,3 +1,7 @@
|
||||||
|
*~
|
||||||
|
*.bak
|
||||||
|
*.bak[0-9]
|
||||||
|
|
||||||
.deps
|
.deps
|
||||||
.libs
|
.libs
|
||||||
*.la
|
*.la
|
||||||
|
@ -10,20 +14,12 @@ Makefile.in
|
||||||
/Doxyfile
|
/Doxyfile
|
||||||
/aclocal.m4
|
/aclocal.m4
|
||||||
/build-aux
|
/build-aux
|
||||||
/compile
|
|
||||||
/config.guess
|
|
||||||
/config.h
|
/config.h
|
||||||
/config.h.in
|
/config.h.in
|
||||||
/config.log
|
/config.log
|
||||||
/config.rpath
|
|
||||||
/config.status
|
/config.status
|
||||||
/config.sub
|
|
||||||
/configure
|
/configure
|
||||||
/depcomp
|
|
||||||
/install-sh
|
|
||||||
/libtool
|
/libtool
|
||||||
/ltmain.sh
|
|
||||||
/missing
|
|
||||||
/stamp-h1
|
/stamp-h1
|
||||||
|
|
||||||
/src/liblzma/liblzma.pc
|
/src/liblzma/liblzma.pc
|
||||||
|
@ -31,22 +27,28 @@ Makefile.in
|
||||||
/src/xzdec/lzmadec
|
/src/xzdec/lzmadec
|
||||||
/src/xzdec/xzdec
|
/src/xzdec/xzdec
|
||||||
|
|
||||||
|
/src/scripts/xzdiff
|
||||||
|
/src/scripts/xzgrep
|
||||||
|
/src/scripts/xzless
|
||||||
|
/src/scripts/xzmore
|
||||||
|
|
||||||
|
/tests/compress_generated_abc
|
||||||
|
/tests/compress_generated_random
|
||||||
|
/tests/compress_generated_text
|
||||||
|
/tests/create_compress_files
|
||||||
|
/tests/test_block_header
|
||||||
|
/tests/test_check
|
||||||
|
/tests/test_filter_flags
|
||||||
|
/tests/test_index
|
||||||
|
/tests/test_stream_flags
|
||||||
|
|
||||||
/lib/Makefile
|
/lib/Makefile
|
||||||
/tests/Makefile
|
/tests/Makefile
|
||||||
/Makefile
|
/Makefile
|
||||||
/po/Makefile
|
|
||||||
/debug/Makefile
|
/debug/Makefile
|
||||||
/src/scripts/Makefile
|
/src/scripts/Makefile
|
||||||
/src/xz/Makefile
|
/src/xz/Makefile
|
||||||
/src/Makefile
|
/src/Makefile
|
||||||
/src/liblzma/check/Makefile
|
|
||||||
/src/liblzma/delta/Makefile
|
|
||||||
/src/liblzma/Makefile
|
/src/liblzma/Makefile
|
||||||
/src/liblzma/api/Makefile
|
/src/liblzma/api/Makefile
|
||||||
/src/liblzma/lz/Makefile
|
|
||||||
/src/liblzma/rangecoder/Makefile
|
|
||||||
/src/liblzma/simple/Makefile
|
|
||||||
/src/liblzma/lzma/Makefile
|
|
||||||
/src/liblzma/common/Makefile
|
|
||||||
/src/liblzma/subblock/Makefile
|
|
||||||
/src/xzdec/Makefile
|
/src/xzdec/Makefile
|
||||||
|
|
|
@ -2,10 +2,13 @@ boldquot.sed
|
||||||
en@boldquot.header
|
en@boldquot.header
|
||||||
en@quot.header
|
en@quot.header
|
||||||
insert-header.sin
|
insert-header.sin
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
Makefile.in.in
|
Makefile.in.in
|
||||||
Makevars.template
|
Makevars.template
|
||||||
POTFILES
|
POTFILES
|
||||||
quot.sed
|
quot.sed
|
||||||
|
remove-potcdate.sed
|
||||||
remove-potcdate.sin
|
remove-potcdate.sin
|
||||||
Rules-quot
|
Rules-quot
|
||||||
stamp-po
|
stamp-po
|
||||||
|
|
Loading…
Reference in New Issue