Browse Source

Removed redundant rules from gitignore

ArnoldZokas 15 years ago
parent
commit
89694eccf9
1 changed files with 14 additions and 12 deletions
  1. 14 12
      .gitignore

+ 14 - 12
.gitignore

@@ -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/
-dist/
+mono/bin
+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
-
-_tmp/
-_dist/
-_benchmark
+mono/*.dll