aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: f37fd25626fdc09aee55ed5a8a73fdb6b9a652b9 (plain) (blame)
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
33
# 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

src/ProtocolBuffers/objCF