Removed redundant rules from gitignore

pull/288/head
ArnoldZokas 15 years ago
parent 2c94ecc74a
commit 89694eccf9
  1. 26
      .gitignore

26
.gitignore vendored

@ -1,5 +1,6 @@
# Untracked files
#
# Untracked directories
#
src/AddressBook/bin
src/AddressBook/obj
src/ProtocolBuffers/bin/
@ -16,20 +17,21 @@ src/ProtoGen.Test/bin/
src/ProtoGen.Test/obj/
src/ProtoMunge/bin/
src/ProtoMunge/obj/
tmp/
dist/
mono/bin
mono/tmp
mono/protoc
_tmp
_dist
_benchmark
#
# Untracked files
#
*.user
*.suo
_ReSharper.*
*.sln.cache
mono/bin
mono/tmp
mono/protoc
mono/TestResult.xml
mono/.libs
mono/*.exe
mono/*.dll
_tmp/
_dist/
_benchmark
mono/*.dll
Loading…
Cancel
Save