annotate .hgignore @ 19:762de8cee1e4 default tip

fixed makefile; some cleanups
author meillo@marmaro.de
date Thu, 04 Mar 2010 19:44:28 +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}