[tor-commits] [tor/master] Ignore OS X .DS_Store files
    nickm at torproject.org 
    nickm at torproject.org
       
    Fri Oct  2 09:15:35 UTC 2015
    
    
  
commit 596de490076f8a2585e6c31aca0455bf7ccdc3b5
Author: teor (Tim Wilson-Brown) <teor2345 at gmail.com>
Date:   Fri Oct 2 10:51:53 2015 +0200
    Ignore OS X .DS_Store files
---
 .gitignore |    1 +
 1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index 135df7b..c1dff8b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,6 +27,7 @@
 cscope.*
 # OSX junk
 *.dSYM
+.DS_Store
 
 # /
 /Makefile
    
    
More information about the tor-commits
mailing list