From e7b58fae88e03c6dc34b58cacee64b127f222ca1 Mon Sep 17 00:00:00 2001
From: "ankostis@host:STUW025" <ankostis@gmail.com>
Date: Fri, 14 Dec 2012 19:05:06 +0100
Subject: [PATCH] Updated .hgignore from:  
 http://stackoverflow.com/questions/34784/mercurial-hgignore-for-visual-studio-2008-projects

---
 .hgignore | 32 +++++++++++++++++++++++++++++---
 1 file changed, 29 insertions(+), 3 deletions(-)

diff --git a/.hgignore b/.hgignore
index 951885d575..39412e128d 100644
--- a/.hgignore
+++ b/.hgignore
@@ -1,4 +1,30 @@
 syntax: glob
-bin/*
-obj/*
-VECTO.suo
+# Ignore Visual Studio 2008 files
+*.obj
+*.exe
+*.pdb
+*.user
+*.aps
+*.pch
+*.vspscc
+*_i.c
+*_p.c
+*.ncb
+*.suo
+*.tlb
+*.tlh
+*.bak
+*.cache
+*.ilk
+*.log
+*.lib
+*.sbr
+*.scc
+[Bb]in
+[Dd]ebug*/
+obj/
+[Rr]elease*/
+_ReSharper*/
+[Tt]est[Rr]esult*
+[Bb]uild[Ll]og.*
+*.[Pp]ublish.xml
\ No newline at end of file
-- 
GitLab