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/bin
src/AddressBook/obj src/AddressBook/obj
src/ProtocolBuffers/bin/ src/ProtocolBuffers/bin/
@ -16,20 +17,21 @@ src/ProtoGen.Test/bin/
src/ProtoGen.Test/obj/ src/ProtoGen.Test/obj/
src/ProtoMunge/bin/ src/ProtoMunge/bin/
src/ProtoMunge/obj/ src/ProtoMunge/obj/
tmp/ mono/bin
dist/ mono/tmp
mono/protoc
_tmp
_dist
_benchmark
#
# Untracked files
#
*.user *.user
*.suo *.suo
_ReSharper.* _ReSharper.*
*.sln.cache *.sln.cache
mono/bin
mono/tmp
mono/protoc
mono/TestResult.xml mono/TestResult.xml
mono/.libs mono/.libs
mono/*.exe mono/*.exe
mono/*.dll mono/*.dll
_tmp/
_dist/
_benchmark
Loading…
Cancel
Save