From 820c38cbd23bdbf6c5a8f035d6fce485fa5accce Mon Sep 17 00:00:00 2001 From: Stefan Karpinski Date: Sat, 27 Oct 2012 17:22:09 -0400 Subject: [PATCH] git ignore test/test-{float,double}.dSYM --- test/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/.gitignore b/test/.gitignore index 99c21da..fa48ba4 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -1,4 +1,6 @@ /test-float /test-float-system +/test-float.dSYM /test-double /test-double-system +/test-double.dSYM