annotate .hgignore @ 6:f53ce3b28bb4

mercurial ignores JPG and PNG now, so I can store them in this directory for testing
author meillo@marmaro.de
date Fri, 07 Dec 2007 21:38:25 +0100
parents ca9155129253
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}