Index: tools/telemetry/third_party/gsutilz/third_party/protorpc/.gitignore |
diff --git a/tools/telemetry/third_party/gsutilz/third_party/protorpc/.gitignore b/tools/telemetry/third_party/gsutilz/third_party/protorpc/.gitignore |
new file mode 100644 |
index 0000000000000000000000000000000000000000..30760262764002705b961af3634af2de39adb34b |
--- /dev/null |
+++ b/tools/telemetry/third_party/gsutilz/third_party/protorpc/.gitignore |
@@ -0,0 +1,34 @@ |
+# python .gitignore, from http://github.com/github/gitignore |
+ |
+ |
+# Byte-compiled / optimized / DLL files |
+__pycache__/ |
+*.py[cod] |
+ |
+# C extensions |
+*.so |
+ |
+# Distribution / packaging |
+.Python |
+env/ |
+build/ |
+develop-eggs/ |
+dist/ |
+downloads/ |
+eggs/ |
+lib/ |
+lib64/ |
+parts/ |
+sdist/ |
+var/ |
+*.egg-info/ |
+.installed.cfg |
+*.egg |
+ |
+# Unit test / coverage reports |
+htmlcov/ |
+.tox/ |
+.coverage |
+.cache |
+nosetests.xml |
+coverage.xml |