projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
145184a
)
Added sublime and textmate project files to .gitignore
author
Markus Bartz
<roul@codingcorner.info>
Mon, 20 May 2013 19:40:53 +0000
(21:40 +0200)
committer
Markus Bartz
<roul@codingcorner.info>
Mon, 20 May 2013 19:40:53 +0000
(21:40 +0200)
.gitignore
patch
|
blob
|
blame
|
history
diff --git
a/.gitignore
b/.gitignore
index d9b96dd61cea96d7d725476469a9d25fd6e8453a..2c1fed58e92f0d54b4d5fa63f8bdff1d4b1c4210 100644
(file)
--- 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