From cb2a4fda7f64a2c7c0085779928da33fb46e06e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Tue, 15 Apr 2014 09:17:47 -0300 Subject: add *.xz on .gitignore and .hgignore because there are files like Linux-libre patches that aren't ignored --- .gitignore | 1 + .hgignore | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0ca5ea47b..0df0dabdd 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ pkg-libre/ *.tar* *.tgz *.zip +*.xz *.orig diff --git a/.hgignore b/.hgignore index 9cae9ff14..44ccce7de 100644 --- a/.hgignore +++ b/.hgignore @@ -11,7 +11,8 @@ pkg/* *.log *.gz *.tar.* +*.xz */src-libre/* */pkg-libre/* *.orig -*.bck \ No newline at end of file +*.bck -- cgit v1.2.2