public
Description: Port of Google's Protocol Buffers to C#
Homepage: http://code.google.com/p/protobuf/
Clone URL: git://github.com/jskeet/dotnet-protobufs.git
dotnet-protobufs / .gitignore
100644 32 lines (30 sloc) 0.501 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Untracked files
 
src/AddressBook/bin
src/AddressBook/obj
src/ProtocolBuffers/bin/
src/ProtocolBuffers/obj/
src/ProtocolBuffers.Test/bin/
src/ProtocolBuffers.Test/obj/
src/ProtoBench/bin/
src/ProtoBench/obj/
src/ProtoDump/bin/
src/ProtoDump/obj/
src/ProtoGen/bin/
src/ProtoGen/obj/
src/ProtoGen.Test/bin/
src/ProtoGen.Test/obj/
src/ProtoMunge/bin/
src/ProtoMunge/obj/
tmp/
dist/
*.user
*.suo
_ReSharper.*
*.sln.cache
mono/bin
mono/tmp
mono/protoc
mono/TestResult.xml
mono/.libs
mono/*.exe
mono/*.dll