From d799221c24fb8fddf66e952f0deb04855b557f3b Mon Sep 17 00:00:00 2001 From: juliandescottes Date: Sun, 9 Sep 2012 00:28:58 +0200 Subject: [PATCH] Ignoring stackdump files from git --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 742e0b2c..69858933 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,7 @@ # sublime text stuff (the -project should actually be shared, but then we'd have to share the same disk location) *.sublime-project -*.sublime-workspace \ No newline at end of file +*.sublime-workspace + +# git stackdumps +*.stackdump \ No newline at end of file