annotate .hgignore @ 8:b0824876d379

memory is now freed aswell; added (a crappy) zoom2fit; did some casts to get rid of warnings
author meillo@marmaro.de
date Thu, 20 Mar 2008 19:31:44 +0100
parents f53ce3b28bb4
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
ca9155129253 initial commit
meillo@marmaro.de
parents:
diff changeset
1 syntax: glob
ca9155129253 initial commit
meillo@marmaro.de
parents:
diff changeset
2 *~
ca9155129253 initial commit
meillo@marmaro.de
parents:
diff changeset
3 *.swp
ca9155129253 initial commit
meillo@marmaro.de
parents:
diff changeset
4 *.o
ca9155129253 initial commit
meillo@marmaro.de
parents:
diff changeset
5 cropper
6
f53ce3b28bb4 mercurial ignores JPG and PNG now, so I can store them in this directory for testing
meillo@marmaro.de
parents: 0
diff changeset
6 *.{jpg,png}