From 925d6fd8fab03c7ea643ec28bf49c96e8d0a6aeb Mon Sep 17 00:00:00 2001 From: Carlos Vilhena Date: Fri, 13 Jan 2012 17:10:09 +0000 Subject: [PATCH] added .rspec and updated .gitignore to ignore logs --- .gitignore | 1 + .rspec | 1 + 2 files changed, 2 insertions(+) create mode 100644 .rspec diff --git a/.gitignore b/.gitignore index 4040c6c..fd42772 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ .bundle Gemfile.lock pkg/* +log/* diff --git a/.rspec b/.rspec new file mode 100644 index 0000000..4e1e0d2 --- /dev/null +++ b/.rspec @@ -0,0 +1 @@ +--color