diff options
author | William Deegan <bill@baddogconsulting.com> | 2019-07-14 17:21:17 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2019-07-14 17:21:17 (GMT) |
commit | c5ed45079b29b4878962d30a8296a266034c8f77 (patch) | |
tree | 4a787f1c9d875e56c2f5389586a025a4451bb4c3 | |
parent | 658870342222021627416b070ea1b8f5e860ea5b (diff) | |
download | SCons-c5ed45079b29b4878962d30a8296a266034c8f77.zip SCons-c5ed45079b29b4878962d30a8296a266034c8f77.tar.gz SCons-c5ed45079b29b4878962d30a8296a266034c8f77.tar.bz2 |
add macos's .DS_Store to gitignore.
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -48,3 +48,6 @@ htmlcov *.bak *~ !/test/Decider/switch-rebuild.py + +# Mac junk +**/.DS_Store |