From 4aa851c5a8c981c49b2e05f443372dcb405ac02b Mon Sep 17 00:00:00 2001 From: Alec Leamas Date: Sun, 10 Oct 2010 16:38:01 +0200 Subject: [PATCH] Ignore stgit files all over the place --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 537c0fae2..67221f5e4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ .DS_Store .idea .rvmrc +.stgit* *.swap *.swo *.swp @@ -19,4 +20,4 @@ gpg/*/random_seed public/uploads/* public/source.tar tmp/**/* -capybara-*.html \ No newline at end of file +capybara-*.html