From d0afb915e321a16320aaf4e861b921f94b0ee180 Mon Sep 17 00:00:00 2001 From: Markus Roth Date: Mon, 12 Mar 2012 13:43:25 -0700 Subject: [PATCH] Ignore gedit swap files. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 15c4573..a157b1b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ doc/_build/* *.pyc .*.swp +*.py~ build/*