From a4e8a18fd6dac666d51939246648dd703be1d3aa Mon Sep 17 00:00:00 2001 From: Colin Pollock Date: Tue, 28 Feb 2012 01:06:22 -0800 Subject: [PATCH] Ignoring swap files. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 91755b09d77c..8f1ab537984b 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,5 @@ version.properties lib/* build/* generated-files/* +*.swp +*.swo