third_party.pylibs.pylint.src/.gitignore

22 lines
428 B
Plaintext
Raw Normal View History

2021-02-07 09:45:12 +00:00
# Do not add entries specific to your dev environment or development
# preferences in this file. You can use the global .gitignore for that:
# git config --global core.excludesFile '~/.gitignore'
/log
2015-12-09 23:09:06 +00:00
*.py[cod]
/build
/doc/_build
/dist/
/pylint.egg-info/
2015-12-09 23:09:06 +00:00
.tox
*.sw[a-z]
doc/technical_reference/extensions.rst
doc/technical_reference/features.rst
2015-12-09 23:09:06 +00:00
pyve
build-stamp
.coverage
.coverage.*
2018-06-16 17:13:57 +00:00
.cache/
.eggs/
.pytest_cache/
2018-07-17 08:34:02 +00:00
.mypy_cache/