Index: third_party/protobuf/csharp/.gitignore |
diff --git a/third_party/protobuf/csharp/.gitignore b/third_party/protobuf/csharp/.gitignore |
index 8ba8849985dad4927a634d838821da115a48d09e..c88f741e37a120b2434cf6278129dd8c487ceb62 100644 |
--- a/third_party/protobuf/csharp/.gitignore |
+++ b/third_party/protobuf/csharp/.gitignore |
@@ -1,10 +1,16 @@ |
-# Output |
-bin |
-obj |
-project.lock.json |
-TestResult.xml |
- |
-# Possibly legacy now? |
+# |
+# Untracked directories |
+# |
+src/AddressBook/bin |
+src/AddressBook/obj |
+src/Google.Protobuf/bin/ |
+src/Google.Protobuf/obj/ |
+src/Google.Protobuf.Conformance/bin/ |
+src/Google.Protobuf.Conformance/obj/ |
+src/Google.Protobuf.Test/bin/ |
+src/Google.Protobuf.Test/obj/ |
+src/Google.Protobuf.JsonDump/bin/ |
+src/Google.Protobuf.JsonDump/obj/ |
mono/bin |
mono/tmp |
mono/protoc |
@@ -17,7 +23,6 @@ lib/NUnit |
# |
# Untracked files |
# |
-.vs |
*.user |
*.suo |
*.nupkg |