From 2eea82eb0278343ccf76d40291348e368fed190a Mon Sep 17 00:00:00 2001 From: Jean-Philippe Ouellet Date: Tue, 26 Nov 2013 05:50:35 -0500 Subject: [PATCH] ignore symbol files on OS X (only for debugging, breaks git-add -A) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 600b4fb0..1d4c1678 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ include/all.h.pch *.swp *.gcda *.gcno +*.dSYM test.commands_parser test.config_parser testcases/MYMETA.json