commit 574344b9ab1b533d69e0fdcced7dee12d1fcbe95 Author: Nick Mathewson nickm@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