libdrawtext

diff .hgignore @ 53:8e93efcd23ae

added simple example
author John Tsiombikas <nuclear@mutantstargoat.com>
date Thu, 15 Sep 2011 13:21:35 +0300
parents bfe431dd1d80
children
line diff
     1.1 --- a/.hgignore	Thu Sep 15 10:47:38 2011 +0300
     1.2 +++ b/.hgignore	Thu Sep 15 13:21:35 2011 +0300
     1.3 @@ -1,6 +1,11 @@
     1.4 -^libdrawtext\.a$
     1.5 -^libdrawtext\.so.*
     1.6 +libdrawtext\.a
     1.7 +libdrawtext\.so
     1.8  drawtext\.dylib$
     1.9  ^Makefile$
    1.10  \.d$
    1.11  \.o$
    1.12 +\.swp$
    1.13 +\.tar.gz$
    1.14 +^examples/fonts
    1.15 +\.ttf$
    1.16 +^examples/simple/simple$