diff options
author | Robin Houston <robin@lenny.robin> | 2011-07-06 19:08:57 +0100 |
---|---|---|
committer | Robin Houston <robin@lenny.robin> | 2011-07-06 19:08:57 +0100 |
commit | a85ab8102cbf64f7c8ee9244621ebf62c7bfb21b (patch) | |
tree | b05d46f35f6cafb3231782a0bd82820a1d0ee24b | |
parent | 111d16f0d29ac42ee17ad6401ef42823f441305d (diff) |
Ignore .DS_Store files.
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 05fb14f39..8fabc641a 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ .*.swp *~ ._* +.DS_Store /db/test_structure.sql moo.txt *#*# |