summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDarren Worrall <darren@iweb.co.uk>2013-05-18 21:51:43 +0100
committerDarren Worrall <darren@iweb.co.uk>2013-05-18 21:51:43 +0100
commit0a28d26d6e686e856398e5caf47184f3854d848a (patch)
tree85404caaabef6a8a6a3c1d6432deba7f6d4af827 /.gitignore
parentc0f138db1f21ca64fc8631c64e686eed86e39b6a (diff)
downloadansible-0a28d26d6e686e856398e5caf47184f3854d848a.tar.gz
Add vim swap files to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index fe498712dd..729ccf4299 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,6 @@ docsite/latest/_static/websupport.js
docsite/latest/searchindex.js
# deb building stuff...
debian/
+# Vim swap files
+*.swp
+*.swo