From 28841c2aee39f2696b8f3c85c6076d5e4820366e Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Thu, 25 Oct 2012 13:04:07 +0200 Subject: [PATCH] Added ignore files (Mac and build files). --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 44e03a8b..b855c515 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ *.o *.swp build/ +*.a +*.dSYM /libvmime.a /vmime.pc @@ -9,3 +11,7 @@ build/ # SConstruct .sconsign.dblite /options.cache + +# Mac +._DS_Store +