From 0b0dbcc06e724f129240783b22f771d49c35231a Mon Sep 17 00:00:00 2001 From: Markus Bartz Date: Mon, 20 May 2013 21:40:53 +0200 Subject: [PATCH] Added sublime and textmate project files to .gitignore --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d9b96dd61c..2c1fed58e9 100644 --- a/.gitignore +++ b/.gitignore @@ -44,7 +44,13 @@ 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 -*.tar.gz \ No newline at end of file +*.tar.gz -- 2.20.1