From 2516a3af8af2eb4e80490930e5aca9d740caec1a Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Sat, 9 Apr 2011 15:52:58 -0400 Subject: [PATCH] Updated hgignore to catch msvc temp files (npotb). --- .hgignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.hgignore b/.hgignore index 4bee1c27..0edb24ab 100644 --- a/.hgignore +++ b/.hgignore @@ -6,7 +6,9 @@ # Files generated by Visual Studio \.aps$ +\.ipch$ \.ncb$ +\.opensdf$ \.sdf$ \.suo$ \.user$