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

Bryan Hundven bryanhundven@gmail.com
Mon Sep 29 22:46:00 GMT 2014


From: Bryan Hundven <bryan@Bryans-MacBook-Pro.local>

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
-- 
2.1.1


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



More information about the crossgcc mailing list