OLD | NEW |
1 # | 1 # |
2 # Untracked directories | 2 # Untracked directories |
3 # | 3 # |
4 src/AddressBook/bin | 4 src/AddressBook/bin |
5 src/AddressBook/obj | 5 src/AddressBook/obj |
6 src/Google.Protobuf/bin/ | 6 src/Google.Protobuf/bin/ |
7 src/Google.Protobuf/obj/ | 7 src/Google.Protobuf/obj/ |
8 src/Google.Protobuf.Conformance/bin/ | 8 src/Google.Protobuf.Conformance/bin/ |
9 src/Google.Protobuf.Conformance/obj/ | 9 src/Google.Protobuf.Conformance/obj/ |
10 src/Google.Protobuf.Test/bin/ | 10 src/Google.Protobuf.Test/bin/ |
(...skipping 15 matching lines...) Expand all Loading... |
26 *.user | 26 *.user |
27 *.suo | 27 *.suo |
28 *.nupkg | 28 *.nupkg |
29 _ReSharper.* | 29 _ReSharper.* |
30 *.sln.cache | 30 *.sln.cache |
31 mono/TestResult.xml | 31 mono/TestResult.xml |
32 mono/.libs | 32 mono/.libs |
33 mono/*.exe | 33 mono/*.exe |
34 mono/*.dll | 34 mono/*.dll |
35 lib/protoc.exe | 35 lib/protoc.exe |
| 36 *.ncrunch* |
OLD | NEW |