diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2013-02-17 10:13:22 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-02-22 22:27:41 -0600 |
commit | b24a73bac16c97c01bd2447f63b7c2c0f6806468 (patch) | |
tree | 2d73d268b2bb4ef039cb4922230fb6715ed494ea /.gitignore | |
parent | b171e1b262b5fa7a2e7643a465f6295d2579ee1e (diff) | |
download | slackbuilds-b24a73bac16c97c01bd2447f63b7c2c0f6806468.tar.gz |
dot.gitignore: Ignore .swp files
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f28d2b82fd..a90a80308b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ # Files mentioned in this file will be ignored by git +*.swp *.tar.gz *.tar.gz.asc *.tar.bz2 |