qvolray

diff .hgignore @ 17:535762131d34

fixed to compile on visual studio 2010
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 11 Apr 2012 01:44:45 +0200
parents ae10631bb11b
children 011ac823600c
line diff
     1.1 --- a/.hgignore	Wed Apr 11 01:00:40 2012 +0300
     1.2 +++ b/.hgignore	Wed Apr 11 01:44:45 2012 +0200
     1.3 @@ -3,3 +3,12 @@
     1.4  \.d$
     1.5  \.swp$
     1.6  ^data
     1.7 +^debug
     1.8 +^release
     1.9 +\.sln$
    1.10 +\.suo$
    1.11 +\.vcproj
    1.12 +\.vcxproj
    1.13 +\.pdb$
    1.14 +^ipch
    1.15 +\.sdf$