summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/__init__.py b/__init__.py
index ed8b44e..190804d 100644
--- a/__init__.py
+++ b/__init__.py
@@ -29,7 +29,7 @@ from logilab.common.__pkginfo__ import version as __version__
STD_BLACKLIST = ('CVS', '.svn', '.hg', 'debian', 'dist', 'build')
-IGNORED_EXTENSIONS = ('.pyc', '.pyo', '.elc', '~')
+IGNORED_EXTENSIONS = ('.pyc', '.pyo', '.elc', '~', '.swp')
# set this to False if you've mx DateTime installed but you don't want your db
# adapter to use it (should be set before you got a connection)