From 61e3a92fd9ff2627e04a16d93abbb5fc11190560 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Thu, 2 Aug 2007 19:50:40 -0700 Subject: [PATCH] Add .DS_Store to the ignore list --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c795b05..751831e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -build \ No newline at end of file +build +.DS_Store \ No newline at end of file -- 2.22.5