From 8adaab6eea3dfa28d5b26e3fce06aec275c10703 Mon Sep 17 00:00:00 2001 From: Simon McFarlane Date: Sat, 2 May 2015 23:34:23 -0700 Subject: [PATCH] Ignore vim swapfiles --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 43bce7efc0..15eaa4b6ea 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,8 @@ Source/Core/Common/scmrev.h CMakeLists.txt.user # Ignore files created by posix people *~ +# Ignore vim swapfiles +*.swp # Ignore transifex configuration directory .tx # Ignore kdevelop files/dirs