mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
.gitignore vs. Makefiles
How about this for those of us who do srcdir builds?
This commit is contained in:
parent
154f5aec2d
commit
1ec5b00279
1 changed files with 22 additions and 0 deletions
22
.gitignore
vendored
22
.gitignore
vendored
|
@ -29,3 +29,25 @@ Makefile.in
|
||||||
/src/xz/xz
|
/src/xz/xz
|
||||||
/src/xzdec/lzmadec
|
/src/xzdec/lzmadec
|
||||||
/src/xzdec/xzdec
|
/src/xzdec/xzdec
|
||||||
|
|
||||||
|
/lib/Makefile
|
||||||
|
/tests/Makefile
|
||||||
|
/Makefile
|
||||||
|
/po/Makefile
|
||||||
|
/debug/Makefile
|
||||||
|
/src/scripts/Makefile
|
||||||
|
/src/lzmadec/Makefile
|
||||||
|
/src/xz/Makefile
|
||||||
|
/src/Makefile
|
||||||
|
/src/liblzma/check/Makefile
|
||||||
|
/src/liblzma/delta/Makefile
|
||||||
|
/src/liblzma/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/lzma/Makefile
|
||||||
|
/src/xzdec/Makefile
|
||||||
|
|
Loading…
Reference in a new issue