Added several OS-specific rules to .gitignore
authorLMH <lmh.0013@gmail.com>
Wed, 2 Oct 2013 19:49:31 +0000 (09:49 -1000)
committerTobias Markus <tobbi@mozilla-uk.org>
Sat, 26 Oct 2013 16:45:24 +0000 (18:45 +0200)
.gitignore

index 64fbe13..851f295 100644 (file)
@@ -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