From 5ce116c1fc0b97accf541d5f2e913a7cb9f5736c Mon Sep 17 00:00:00 2001 From: Matt Blair Date: Mon, 25 Oct 2010 14:17:14 -0400 Subject: [PATCH] ignore .dSYM files on OS X --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 16b1405..5fb1ce2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -*.out +*.out* *.o *.a *.swp