Ignore pb files

This commit is contained in:
mhchia 2019-07-11 20:58:03 +08:00
parent 31cd520076
commit edd02c498f
No known key found for this signature in database
GPG Key ID: 389EFBEA1362589A

View File

@ -11,7 +11,7 @@ ignore=CVS
# Add files or directories matching the regex patterns to the blacklist. The
# regex matches against base names, not paths.
ignore-patterns=
ignore-patterns=.*_pb2.*.py
# Python code to execute, usually for sys.path manipulation such as
# pygtk.require().