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