* .gitignore: Ignore *.xz created by 'make dist', now that we no longer produce *.lzma. ---
Should patches go to bug-coreutils@, or is coreutils@ the preferred place now-a-days? Or does it depend on contents - bug fix patches to the former, and maint stuff like this to the latter? Is it worth keeping the .lzma ignores in place, or should I delete those before pushing? .gitignore | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 15aef4f..38dfa23 100644 --- a/.gitignore +++ b/.gitignore @@ -42,6 +42,8 @@ coreutils-*.tar.gz coreutils-*.tar.gz.sig coreutils-*.tar.lzma coreutils-*.tar.lzma.sig +coreutils-*.tar.xz +coreutils-*.tar.xz gnulib-tests lib/.cvsignore lib/.gitignore -- 1.6.6.1
