Jump to content

[9668][patch] add .DS_Store to .gitignore


Guest jolan

Recommended Posts

I think commit description is self-explanatory, these files spam git status

From bdba463f121cf7572f4e79b2769cb13f147bf3db Mon Sep 17 00:00:00 2001
From: JoLan <[email protected]>
Date: Fri, 31 Oct 2008 15:14:03 +0100
Subject: [PATCH] Added ".DS_Store" to .gitignore

these files are MacOS per-directory display prefs
---
.gitignore |    5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 3bb0872..4e93ed2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -62,3 +62,8 @@ callgrind.out.*
#

bin/*
+
+# OS specific
+# MacOS
+.DS_Store
+
-- 
1.5.4.3

Link to comment
Share on other sites

  • 1 year later...
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use