diff options
author | Joel Uckelman <uckelman@nomic.net> | 2012-03-18 02:00:27 +0100 |
---|---|---|
committer | Joel Uckelman <uckelman@nomic.net> | 2012-03-18 02:00:27 +0100 |
commit | 6c2cecb093a5a1a32ae21e2b0753f1f8f68d892c (patch) | |
tree | 7501b63c268bb1535c12f3dd555e28b36324219c | |
parent | d365166dc05f1562503eb68900c227e6a64c964f (diff) |
Ignore Vim swap files.
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a01ee28 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.*.swp |