From 1a0384974a8056444e84778a42f5c6bf3752fe4a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Thu, 5 May 2011 17:51:13 +0200
Subject: [PATCH] Ignore swap files created by editor.

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 95401e0a7d..ebbb4d5896 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 *.pyc
 *.pyo
+*.swp
 *~
-- 
2.30.9