add emacs tmp files to pylint blacklist

This commit is contained in:
Job Evers-Meltzer 2016-12-01 10:36:33 -06:00
parent afba045c29
commit 667d5ac622

View file

@ -11,6 +11,11 @@
# paths.
ignore=CVS
# Add files or directories matching the regex patterns to the
# blacklist. The regex matches against base names, not paths.
# `\.#.*` - add emacs tmp files to the blacklist
ignore-patterns=\.#.*
# Pickle collected data for later comparisons.
persistent=yes