From 1fa284ba32580b41381776199b9fd7fc264977bc Mon Sep 17 00:00:00 2001 From: Zhenguo Niu Date: Sun, 5 Jul 2015 17:40:25 +0800 Subject: [PATCH] Ignore swap files from getting into repository Change-Id: I5770268f17398e9d8aec49152f32040c7e377bec --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1e20cf0..6770933 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.py[cod] *.sqlite +*.sw? # C extensions *.so