tox.ini: ignore bak files
authorng0 <ng0@n0.is>
Tue, 12 Feb 2019 14:05:47 +0000 (14:05 +0000)
committerng0 <ng0@n0.is>
Tue, 12 Feb 2019 14:05:47 +0000 (14:05 +0000)
Signed-off-by: ng0 <ng0@n0.is>
contrib/tox.ini

index c91f2de94318a82749929732192855aefd8df29f..aee00e3b72733ce7cdd4b483e22f1dc1f0d0456e 100644 (file)
@@ -1,4 +1,4 @@
 [flake8]
 max-line-length = 160
-exclude = .git
+exclude = .git *.bak
 filename = *.py*
\ No newline at end of file