projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f76d41
)
Added several OS-specific rules to .gitignore
author
LMH
<lmh.0013@gmail.com>
Wed, 2 Oct 2013 19:49:31 +0000
(09:49 -1000)
committer
LMH
<lmh.0013@gmail.com>
Wed, 2 Oct 2013 19:49:31 +0000
(09:49 -1000)
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index
64fbe13
..
851f295
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-1,7
+1,22
@@
+# Build Files
build/*
supertux2
+
+# Additional Repos
supertux.*
+
+# Useful Customization Files
data/levels/more/
*.patch
*.zip
*.diff
+
+# Annoying OS Generated Files
+.DS_Store
+.DS_Store?
+._*
+.Spotlight-V100
+.Trashes
+ehthumbs.db
+Thumbs.db
+.directory
\ No newline at end of file