From b498b5e53e166228c008ec94bee862d174bb61de Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Sun, 28 Sep 2008 20:42:50 -0700 Subject: [PATCH] Updated gitignore files. --- .gitignore | 2 ++ src/.gitignore | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 353409f..5a7177b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ bin +Bin obj TestResults TestResult.xml drops *.VisualState.xml +StyleCop.Cache diff --git a/src/.gitignore b/src/.gitignore index 3c83c2e..558242d 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1,4 +1,3 @@ -StyleCop.Cache PrecompiledWeb *.suo *.cache -- 2.11.4.GIT