diff options
author | Alan Pearce | 2013-08-02 10:35:02 +0100 |
---|---|---|
committer | Alan Pearce | 2013-08-02 10:35:02 +0100 |
commit | 07a7dedaed8646445c2d8b213186c89833c30e59 (patch) | |
tree | 1cb19500cc88d1a3b069e549a032c649ddb747b1 | |
parent | cfc894f238825d3c7079eae2c6d9fb7798a0d0be (diff) | |
download | dotfiles-07a7dedaed8646445c2d8b213186c89833c30e59.tar.lz dotfiles-07a7dedaed8646445c2d8b213186c89833c30e59.tar.zst dotfiles-07a7dedaed8646445c2d8b213186c89833c30e59.zip |
Ignore .DS_Store system files
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index fa94376..76e98f5 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ *.elc *.zwc *.zwc.old +.DS_Store |