This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See crosstool-NG for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] gitignore: Add .DS_Store for Mac OS X


Hi Bryan,

On Mon, Sep 29, 2014 at 03:46:01PM -0700, Bryan Hundven wrote:
> From: Bryan Hundven <bryan@Bryans-MacBook-Pro.local>

This can't be right.

> Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
> ---
>  .gitignore | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/.gitignore b/.gitignore
> index 90b516d..c1af0a1 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -21,3 +21,6 @@ build.log
>  .build/
>  # .. and the legacy location
>  targets/
> +
> +# Mac OS X .DS_Store file
> +.DS_Store

Instead of adding this file to each and every software project .gitignore, why 
not why not add it to your local $HOME/.config/git/ignore file? See 
core.excludesfile in the git-config(1) man page.

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch@tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]