From 290204c6e92d61c5b12b90d09e8202731caa0400 Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Wed, 8 Sep 2010 08:24:55 +0100 Subject: [PATCH] Ignore *.dSYM files in working directory Failed Mac OS X debugging builds leave *.dSYM directories lying around the tree, which just litter the contents of "git status". So, ignore them. Change-Id: Ic2b79f299d724b770bf83cb24f2aac7c4063efdb Reviewed-on: http://gerrit.openafs.org/2744 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6fcf4189c..910189423 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ *.sl *.so.* *.dylib.* +*.dSYM *.xdr.c *.cs.c *.ss.c -- 2.39.5