summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2012-01-28 20:31:43 +0200
committerLeif Åstrand <leif@vaadin.com>2012-02-29 11:29:44 +0200
commitf1061c43764d81c17bdac919dcc8b1ec16b8ed94 (patch)
treece2b7d66f3630520f66dc17f43a52077d7432305 /.gitignore
parent6cf9afc850c075070c27189118afd57a7d2f54ac (diff)
downloadvaadin-framework-f1061c43764d81c17bdac919dcc8b1ec16b8ed94.tar.gz
vaadin-framework-f1061c43764d81c17bdac919dcc8b1ec16b8ed94.zip
Ignore *.DS_Store (OS X metadata)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 7dd72751f3..82bae78520 100644
--- a/.gitignore
+++ b/.gitignore
@@ -52,3 +52,6 @@
# /bin/
/bin
+
+# Mac
+*.DS_Store