diff options
author | Matt Turner <mattst88@gmail.com> | 2014-12-18 13:35:47 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2015-01-23 14:28:44 -0800 |
commit | 2e7b62cbb95783b7ea7feaec0340b5ae78228aa2 (patch) | |
tree | 541d3ad3be82959116d0aeda0fdacf9deffd1f76 /.gitignore | |
parent | dd6f641303c298765324b52d150e3e83514422d5 (diff) |
gitignore: Ignore .tar.xz files.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index faf2ca3839..00e3ce3da0 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ *.tar *.tar.bz2 *.tar.gz +*.tar.xz *.trs *.zip *~ |