libgoatvr

diff .hgignore @ 13:e4c5c9c0b6f6

added vr_get?_def functions which allow a default to be specified
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 25 Sep 2014 07:23:18 +0300
parents 9ed0f1efd4cd
children
line diff
     1.1 --- a/.hgignore	Wed Sep 24 23:50:40 2014 +0300
     1.2 +++ b/.hgignore	Thu Sep 25 07:23:18 2014 +0300
     1.3 @@ -1,16 +1,18 @@
     1.4 -\.o$
     1.5 -\.d$
     1.6 -\.swp$
     1.7 -\.so$
     1.8 -\.so\.
     1.9 -\.a$
    1.10 -^Makefile$
    1.11 -\.dll$
    1.12 -\.lib$
    1.13 -\.obj$
    1.14 -\.suo$
    1.15 -\.sdf$
    1.16 -\.opensdf$
    1.17 -^Debug
    1.18 -^Release
    1.19 -^usr
    1.20 +\.o$
    1.21 +\.d$
    1.22 +\.swp$
    1.23 +\.so$
    1.24 +\.so\.
    1.25 +\.a$
    1.26 +^Makefile$
    1.27 +\.dll$
    1.28 +\.lib$
    1.29 +\.obj$
    1.30 +\.suo$
    1.31 +\.sdf$
    1.32 +\.opensdf$
    1.33 +^Debug
    1.34 +^Release
    1.35 +^usr
    1.36 +example/test$
    1.37 +^config.status$