Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Side by Side Diff: third_party/protobuf/csharp/.gitignore

Issue 1983203003: Update third_party/protobuf to protobuf-v3.0.0-beta-3 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix compile error Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # 1 #
2 # Untracked directories 2 # Untracked directories
3 # 3 #
4 src/AddressBook/bin 4 src/AddressBook/bin
5 src/AddressBook/obj 5 src/AddressBook/obj
6 src/Google.Protobuf/bin/ 6 src/Google.Protobuf/bin/
7 src/Google.Protobuf/obj/ 7 src/Google.Protobuf/obj/
8 src/Google.Protobuf.Conformance/bin/ 8 src/Google.Protobuf.Conformance/bin/
9 src/Google.Protobuf.Conformance/obj/ 9 src/Google.Protobuf.Conformance/obj/
10 src/Google.Protobuf.Test/bin/ 10 src/Google.Protobuf.Test/bin/
(...skipping 15 matching lines...) Expand all
26 *.user 26 *.user
27 *.suo 27 *.suo
28 *.nupkg 28 *.nupkg
29 _ReSharper.* 29 _ReSharper.*
30 *.sln.cache 30 *.sln.cache
31 mono/TestResult.xml 31 mono/TestResult.xml
32 mono/.libs 32 mono/.libs
33 mono/*.exe 33 mono/*.exe
34 mono/*.dll 34 mono/*.dll
35 lib/protoc.exe 35 lib/protoc.exe
36 *.ncrunch*
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698