From 0b80be05c2adcb765e7e4cf1a8a63e772609e428 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 (cherry picked from commit 290204c6e92d61c5b12b90d09e8202731caa0400) Reviewed-on: http://gerrit.openafs.org/2793 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6fcf4189ca..9101894238 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ *.sl *.so.* *.dylib.* +*.dSYM *.xdr.c *.cs.c *.ss.c