From 5d025e1caf227dcdf85172d11c58e7c12121cc52 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Mon, 16 Jul 2012 09:16:04 +0200 Subject: [PATCH] Added comments why. --- .gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 69ea0ede8..5c2c63764 100644 --- a/.gitignore +++ b/.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 +