[tor-commits] [tor/master] add dSYM files to gitignore (they are an osx thing)

nickm at torproject.org nickm at torproject.org
Thu Aug 6 16:42:41 UTC 2015


commit 574344b9ab1b533d69e0fdcced7dee12d1fcbe95
Author: Nick Mathewson <nickm at torproject.org>
Date:   Wed Aug 5 21:41:31 2015 -0400

    add dSYM files to gitignore (they are an osx thing)
---
 .gitignore |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index cfa8e7e..135df7b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,6 +25,8 @@
 *.pyo
 # Cscope
 cscope.*
+# OSX junk
+*.dSYM
 
 # /
 /Makefile



More information about the tor-commits mailing list