From 73495e3b3507438828d34376fa06fd68db18250e Mon Sep 17 00:00:00 2001
From: Nathaniel Manista <nathaniel@google.com>
Date: Wed, 15 Feb 2017 23:06:30 +0000
Subject: [PATCH] Ignore python_pylint_venv/.

This should have been included in 1a967c31c3a7fbd2d6d5cb6c1e575fdb2d.
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

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/
-- 
GitLab