From cd5ba715550c1270a40a4d6eb93da5bc7c359545 Mon Sep 17 00:00:00 2001 From: PKEuS Date: Thu, 21 Jun 2012 07:57:42 -0700 Subject: [PATCH] Updated gitignore as requested by kidkat1. Added temporary folders created by VS10 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 6f31b8bfd..305557e04 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,9 @@ tools/errmsg *.idb *.pdb # VS build folders +cli/temp/ +lib/temp/ +test/temp/ Build/ BuildTmp/ # XCode build folders and files