diff options
author | Nathaniel Manista <nathaniel@google.com> | 2017-02-15 23:06:30 +0000 |
---|---|---|
committer | Nathaniel Manista <nathaniel@google.com> | 2017-02-15 23:06:30 +0000 |
commit | 73495e3b3507438828d34376fa06fd68db18250e (patch) | |
tree | c02981432a27a888561b6f703e7a57c2f4c1a609 | |
parent | 4ead91a9145f6a255c4f72324254bac8b4d4f45b (diff) |
Ignore python_pylint_venv/.
This should have been included in 1a967c31c3a7fbd2d6d5cb6c1e575fdb2d.
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4098106e76..56e4b6d4b4 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ objs cython_debug/ python_build/ python_format_venv/ +python_pylint_venv/ .coverage* .eggs htmlcov/ |