Update the gitignore file
Change-Id: Idae08533e376aa3c12890b0f22bfe1aa6108f1fb
diff --git a/.gitignore b/.gitignore
index bfd57da..f70d370 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,9 @@
.idea
exportToHTML
+# Python
+*.pyc
+
# Emacs
*~
.#*
@@ -19,12 +22,18 @@
# Any vi swap files
*.swp
+# Virtualenv
+venv
+venv-darwin
+venv-linux
+adapters/venv
+adapters/venv-linux
+adapters/venv-darwin
+
# Protobuf output files
**/*_pb2.py
**/*_pb2_grpc.py
**/*.pb.go
-**/*.pyc
-
# Editors
*.bak
@@ -44,3 +53,7 @@
# Vagrant logfile
*.log
+# Files copied over during make
+adapters/protos/*.proto
+adapters/protos/*.desc
+