aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index db8a893a..a8de0e54 100644
--- a/.gitignore
+++ b/.gitignore
@@ -53,7 +53,7 @@ src/google/protobuf/util/**/*.pb.h
*.pyc
*.egg-info
*_pb2.py
-python/*.egg
+python/**/*.egg
python/.eggs/
python/.tox
python/build/
@@ -186,3 +186,6 @@ cmake/cmake-build-debug/
# Common build subdirectories.
./.build/
./_build/
+
+# Visual Studio 2017
+.vs