From: Markus Bartz Date: Mon, 20 May 2013 19:40:53 +0000 (+0200) Subject: Added sublime and textmate project files to .gitignore X-Git-Tag: 2.0.0_Beta_1~46^2^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0b0dbcc06e724f129240783b22f771d49c35231a;p=GitHub%2FWoltLab%2FWCF.git Added sublime and textmate project files to .gitignore --- 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