From 8ff14029589e51e7908d1e0466375cc7e72d9370 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 30 May 2013 15:02:04 -0600 Subject: [PATCH] .dSYM only needs to be in the same .gitignore files as .exe --- arch/arm/src/.gitignore | 1 - arch/avr/src/.gitignore | 1 - arch/hc/src/.gitignore | 1 - arch/mips/src/.gitignore | 1 - arch/rgmp/src/.gitignore | 1 - arch/sh/src/.gitignore | 1 - arch/sim/src/.gitignore | 1 - arch/x86/src/.gitignore | 1 - 8 files changed, 8 deletions(-) diff --git a/arch/arm/src/.gitignore b/arch/arm/src/.gitignore index 337129e7e1..dfdfc93543 100644 --- a/arch/arm/src/.gitignore +++ b/arch/arm/src/.gitignore @@ -3,4 +3,3 @@ /locked.r /board /chip -/*.dSYM diff --git a/arch/avr/src/.gitignore b/arch/avr/src/.gitignore index 337129e7e1..dfdfc93543 100644 --- a/arch/avr/src/.gitignore +++ b/arch/avr/src/.gitignore @@ -3,4 +3,3 @@ /locked.r /board /chip -/*.dSYM diff --git a/arch/hc/src/.gitignore b/arch/hc/src/.gitignore index 4e4d6ffb6e..716af76fed 100644 --- a/arch/hc/src/.gitignore +++ b/arch/hc/src/.gitignore @@ -3,4 +3,3 @@ /board /chip /*.r -/*.dSYM diff --git a/arch/mips/src/.gitignore b/arch/mips/src/.gitignore index 2ff14d9a69..8d209f76a4 100644 --- a/arch/mips/src/.gitignore +++ b/arch/mips/src/.gitignore @@ -2,4 +2,3 @@ /Make.dep /board /chip -/*.dSYM diff --git a/arch/rgmp/src/.gitignore b/arch/rgmp/src/.gitignore index 2ff14d9a69..8d209f76a4 100644 --- a/arch/rgmp/src/.gitignore +++ b/arch/rgmp/src/.gitignore @@ -2,4 +2,3 @@ /Make.dep /board /chip -/*.dSYM diff --git a/arch/sh/src/.gitignore b/arch/sh/src/.gitignore index 5efa30109a..726d936e1e 100644 --- a/arch/sh/src/.gitignore +++ b/arch/sh/src/.gitignore @@ -1,3 +1,2 @@ /.depend /Make.dep -/*.dSYM diff --git a/arch/sim/src/.gitignore b/arch/sim/src/.gitignore index 486eb70232..ccd150a8eb 100644 --- a/arch/sim/src/.gitignore +++ b/arch/sim/src/.gitignore @@ -6,4 +6,3 @@ /GNU /chip /board -/*.dSYM diff --git a/arch/x86/src/.gitignore b/arch/x86/src/.gitignore index 7814349ece..b47dbaebbb 100644 --- a/arch/x86/src/.gitignore +++ b/arch/x86/src/.gitignore @@ -2,4 +2,3 @@ /board /.depend /Make.dep -/*.dSYM