diff options
author | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2015-10-02 10:51:53 +0200 |
---|---|---|
committer | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2015-10-02 10:51:53 +0200 |
commit | 596de490076f8a2585e6c31aca0455bf7ccdc3b5 (patch) | |
tree | 6cca247946df8a7fad86eec1eb9f05dce0ff6262 /.gitignore | |
parent | 71e4649f02940806c8be2b8349aeb2029f2721a0 (diff) | |
download | tor-596de490076f8a2585e6c31aca0455bf7ccdc3b5.tar.gz tor-596de490076f8a2585e6c31aca0455bf7ccdc3b5.zip |
Ignore OS X .DS_Store files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 135df7b204..c1dff8bfec 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ cscope.* # OSX junk *.dSYM +.DS_Store # / /Makefile |