diff options
author | Leif Åstrand <leif@vaadin.com> | 2012-01-28 20:31:43 +0200 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2012-02-29 11:29:44 +0200 |
commit | f1061c43764d81c17bdac919dcc8b1ec16b8ed94 (patch) | |
tree | ce2b7d66f3630520f66dc17f43a52077d7432305 /.gitignore | |
parent | 6cf9afc850c075070c27189118afd57a7d2f54ac (diff) | |
download | vaadin-framework-f1061c43764d81c17bdac919dcc8b1ec16b8ed94.tar.gz vaadin-framework-f1061c43764d81c17bdac919dcc8b1ec16b8ed94.zip |
Ignore *.DS_Store (OS X metadata)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
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 |