diff options
author | David Gageot <david@gageot.net> | 2012-04-24 12:42:17 +0200 |
---|---|---|
committer | David Gageot <david@gageot.net> | 2012-04-25 09:53:33 +0200 |
commit | 262219e1ac0729358fc9745d986cec7aa91c5ece (patch) | |
tree | 54dc29e47c5f546073072e9171a7fee2aef422c2 /.gitignore | |
parent | 23b4eaf6df592dba01f2762eafe52a95e953672d (diff) | |
download | sonarqube-262219e1ac0729358fc9745d986cec7aa91c5ece.tar.gz sonarqube-262219e1ac0729358fc9745d986cec7aa91c5ece.zip |
Fix .gitignore to ignore .DS_Store files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index b9c1918a63f..303d1b21eeb 100644 --- a/.gitignore +++ b/.gitignore @@ -24,7 +24,7 @@ sonar-server/src/main/webapp/WEB-INF/.rakeTasks .settings # ---- Mac OS X -.DS_Store? +.DS_Store Icon? # Thumbnails ._* |