Browse Source

Added comments why.

Martin Edenhofer 12 years ago
parent
commit
5d025e1caf
1 changed files with 8 additions and 1 deletions
  1. 8 1
      .gitignore

+ 8 - 1
.gitignore

@@ -17,7 +17,14 @@
 # Ignore .project files
 /.project
 
-db/schema.rb
 Gemfile.lock
 
+# Ignore mac stuff
 .DS_Store
+
+# Ignore .swp files
+.*.swp
+
+# Ignore local changes to schema.rb (e. g. through extentions)
+db/schema.rb
+