diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-04-15 09:17:47 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-04-15 09:17:47 -0300 |
commit | cb2a4fda7f64a2c7c0085779928da33fb46e06e0 (patch) | |
tree | 4414c0b57959964cdecf8db542559064bedd7d77 /.gitignore | |
parent | 20e51b375160ffef2bed6441feb3e07cb49ae123 (diff) | |
download | abslibre-cb2a4fda7f64a2c7c0085779928da33fb46e06e0.tar.gz abslibre-cb2a4fda7f64a2c7c0085779928da33fb46e06e0.tar.bz2 abslibre-cb2a4fda7f64a2c7c0085779928da33fb46e06e0.zip |
add *.xz on .gitignore and .hgignore because there are files like Linux-libre patches that aren't ignored
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 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 |