From 574344b9ab1b533d69e0fdcced7dee12d1fcbe95 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 5 Aug 2015 21:41:31 -0400 Subject: [PATCH] add dSYM files to gitignore (they are an osx thing) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index cfa8e7ef0..135df7b20 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,8 @@ *.pyo # Cscope cscope.* +# OSX junk +*.dSYM # / /Makefile