aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-01-05 15:12:30 +0100
committerMathias Bynens <mathias@qiwi.be>2012-01-05 15:12:30 +0100
commitb2e13d33a4fae5c0d3531dd929c8521e3fc57481 (patch)
tree37417491439e5d4c7500ca7b4b71f75c817c0ad8 /.gitignore
parentc0fcbfd4b97f83005c60f8b6739512800702f834 (diff)
downloaddotfiles-b2e13d33a4fae5c0d3531dd929c8521e3fc57481.tar.gz
dotfiles-b2e13d33a4fae5c0d3531dd929c8521e3fc57481.tar.bz2
dotfiles-b2e13d33a4fae5c0d3531dd929c8521e3fc57481.zip
.gitignore: Add more OS-specific hidden files
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore12
1 files changed, 11 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 496ee2c..ba52a1b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,11 @@
-.DS_Store \ No newline at end of file
+# Folder view configuration files
+.DS_Store
+Desktop.ini
+
+# Thumbnail cache files
+._*
+Thumbs.db
+
+# Files that might appear on external disks
+.Spotlight-V100
+.Trashes \ No newline at end of file