aboutsummaryrefslogtreecommitdiff
path: root/csharp/.gitignore
diff options
context:
space:
mode:
authorJon Skeet <skeet@pobox.com>2016-07-14 22:01:47 +0100
committerJon Skeet <jonskeet@google.com>2016-07-14 22:16:35 +0100
commitb5ce5251fd9450162f12fae93b35f31c5319a793 (patch)
treef14ee7aae7ae4959aea825360423e79d50d8d325 /csharp/.gitignore
parent5e0de1ebee532dc2ff4ce88ec2d7bee90817825c (diff)
downloadprotobuf-b5ce5251fd9450162f12fae93b35f31c5319a793.tar.gz
protobuf-b5ce5251fd9450162f12fae93b35f31c5319a793.tar.bz2
protobuf-b5ce5251fd9450162f12fae93b35f31c5319a793.zip
Move to dotnet cli for building, and .NET Core (netstandard1.0) as target platform (#1727)
This also updates the version number to 3.0.0-beta4
Diffstat (limited to 'csharp/.gitignore')
-rw-r--r--csharp/.gitignore21
1 files changed, 8 insertions, 13 deletions
diff --git a/csharp/.gitignore b/csharp/.gitignore
index c88f741e..8ba88499 100644
--- a/csharp/.gitignore
+++ b/csharp/.gitignore
@@ -1,16 +1,10 @@
-#
-# 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/
+# Output
+bin
+obj
+project.lock.json
+TestResult.xml
+
+# Possibly legacy now?
mono/bin
mono/tmp
mono/protoc
@@ -23,6 +17,7 @@ lib/NUnit
#
# Untracked files
#
+.vs
*.user
*.suo
*.nupkg