summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-04-15 09:17:47 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-04-15 09:17:47 -0300
commitcb2a4fda7f64a2c7c0085779928da33fb46e06e0 (patch)
tree4414c0b57959964cdecf8db542559064bedd7d77
parent20e51b375160ffef2bed6441feb3e07cb49ae123 (diff)
add *.xz on .gitignore and .hgignore because there are files like Linux-libre patches that aren't ignored
-rw-r--r--.gitignore1
-rw-r--r--.hgignore3
2 files changed, 3 insertions, 1 deletions
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