Added sublime and textmate project files to .gitignore
authorMarkus Bartz <roul@codingcorner.info>
Mon, 20 May 2013 19:40:53 +0000 (21:40 +0200)
committerMarkus Bartz <roul@codingcorner.info>
Mon, 20 May 2013 19:40:53 +0000 (21:40 +0200)
.gitignore

index d9b96dd61cea96d7d725476469a9d25fd6e8453a..2c1fed58e92f0d54b4d5fa63f8bdff1d4b1c4210 100644 (file)
@@ -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