diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2012-09-16 01:58:17 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-16 01:58:17 -0500 |
commit | bbd8fd44359b011cf3cf1ec44374966937d76d32 (patch) | |
tree | cc9ead89079c717c74b80e2fe08239d242a79b6c /.gitignore | |
parent | 05b3468ee5046aa09fc08fcaaf6ed0cea64394ee (diff) | |
download | slackbuilds-bbd8fd44359b011cf3cf1ec44374966937d76d32.tar.gz |
dot.gitignore: Include some more extensions
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 349ca8e2f3..6906e02f00 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,10 @@ #Files mentioned in this file will be ignored by git *.tar.gz *.tar.gz.asc +*.tar.bz2 +*.tar.xz +*.tgz +*.tbz2 +*.txz *~ .directory |