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

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

Issue 1842653006: Update //third_party/protobuf to version 3. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 years, 8 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
(Empty)
1 #
2 # Untracked directories
3 #
4 src/AddressBook/bin
5 src/AddressBook/obj
6 src/Google.Protobuf/bin/
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/
14 mono/bin
15 mono/tmp
16 mono/protoc
17 build_output
18 build_temp
19 build/msbuild*.log
20 lib/Microsoft.Silverlight.Testing
21 lib/NUnit
22
23 #
24 # Untracked files
25 #
26 *.user
27 *.suo
28 *.nupkg
29 _ReSharper.*
30 *.sln.cache
31 mono/TestResult.xml
32 mono/.libs
33 mono/*.exe
34 mono/*.dll
35 lib/protoc.exe
OLDNEW
« no previous file with comments | « third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp ('k') | third_party/protobuf/csharp/CHANGES.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698