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

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

Issue 2600753002: Reverts third_party/protobuf: Update to HEAD (f52e188fe4) (Closed)
Patch Set: Created 3 years, 12 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 # Output 1 #
2 bin 2 # » Untracked directories
3 obj 3 #
4 project.lock.json 4 src/AddressBook/bin
5 TestResult.xml 5 src/AddressBook/obj
6 6 src/Google.Protobuf/bin/
7 # Possibly legacy now? 7 src/Google.Protobuf/obj/
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/
8 mono/bin 14 mono/bin
9 mono/tmp 15 mono/tmp
10 mono/protoc 16 mono/protoc
11 build_output 17 build_output
12 build_temp 18 build_temp
13 build/msbuild*.log 19 build/msbuild*.log
14 lib/Microsoft.Silverlight.Testing 20 lib/Microsoft.Silverlight.Testing
15 lib/NUnit 21 lib/NUnit
16 22
17 # 23 #
18 # Untracked files 24 # Untracked files
19 # 25 #
20 .vs
21 *.user 26 *.user
22 *.suo 27 *.suo
23 *.nupkg 28 *.nupkg
24 _ReSharper.* 29 _ReSharper.*
25 *.sln.cache 30 *.sln.cache
26 mono/TestResult.xml 31 mono/TestResult.xml
27 mono/.libs 32 mono/.libs
28 mono/*.exe 33 mono/*.exe
29 mono/*.dll 34 mono/*.dll
30 lib/protoc.exe 35 lib/protoc.exe
31 *.ncrunch* 36 *.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