From 1195f00d3c4ea88fb2b2d9374c51224018911dde Mon Sep 17 00:00:00 2001 From: Markus Bartz Date: Fri, 3 May 2013 21:20:25 +0200 Subject: [PATCH] Added sublime and textmate to gitignore --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e0f2d1f..9aed834 100644 --- a/.gitignore +++ b/.gitignore @@ -44,6 +44,12 @@ nbactions.xml *.imlworkspace .xml +# Sublime Text 2 +*.sublime-* + +# Textmate +*.tmproj + # Community Framework # Ignore packages build directly in the workspace. They can however be added manually via git add, if wanted. *.tar @@ -54,4 +60,4 @@ nbactions.xml .sass-cache *.css -*.bak \ No newline at end of file +*.bak