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

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

Issue 2495533002: third_party/protobuf: Update to HEAD (83d681ee2c) (Closed)
Patch Set: Make chrome settings proto generated file a component Created 4 years 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 # Output
2 # » Untracked directories 2 bin
3 # 3 obj
4 src/AddressBook/bin 4 project.lock.json
5 src/AddressBook/obj 5 TestResult.xml
6 src/Google.Protobuf/bin/ 6
7 src/Google.Protobuf/obj/ 7 # Possibly legacy now?
8 src/Google.Protobuf.Conformance/bin/
9 src/Google.Protobuf.Conformance/obj/
10 src/Google.Protobuf.Test/bin/
11 src/Google.Protobuf.Test/obj/
12 src/Google.Protobuf.JsonDump/bin/
13 src/Google.Protobuf.JsonDump/obj/
14 mono/bin 8 mono/bin
15 mono/tmp 9 mono/tmp
16 mono/protoc 10 mono/protoc
17 build_output 11 build_output
18 build_temp 12 build_temp
19 build/msbuild*.log 13 build/msbuild*.log
20 lib/Microsoft.Silverlight.Testing 14 lib/Microsoft.Silverlight.Testing
21 lib/NUnit 15 lib/NUnit
22 16
23 # 17 #
24 # Untracked files 18 # Untracked files
25 # 19 #
20 .vs
26 *.user 21 *.user
27 *.suo 22 *.suo
28 *.nupkg 23 *.nupkg
29 _ReSharper.* 24 _ReSharper.*
30 *.sln.cache 25 *.sln.cache
31 mono/TestResult.xml 26 mono/TestResult.xml
32 mono/.libs 27 mono/.libs
33 mono/*.exe 28 mono/*.exe
34 mono/*.dll 29 mono/*.dll
35 lib/protoc.exe 30 lib/protoc.exe
36 *.ncrunch* 31 *.ncrunch*
OLDNEW
« no previous file with comments | « third_party/protobuf/conformance/update_failure_list.py ('k') | third_party/protobuf/csharp/Google.Protobuf.Tools.nuspec » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698