From 9a2754c766eea54945c5882a28f3080a0d15c096 Mon Sep 17 00:00:00 2001 From: Sushil Kumar Date: Wed, 27 Nov 2013 10:25:16 +0000 Subject: [PATCH] Ignores swap files generated during file editing Closes-Bug: #1255475 Change-Id: I22b6fa351dd3a991943f432c01785c706eff8397 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 841355240..50953cf2e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.pyc *.DS_Store *.egg +*.swp AUTHORS ChangeLog build/*