diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-11-23 15:07:23 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-11-23 15:07:23 +0100 |
commit | 69bc02bf36c84c03b80027e7d59b37d7547a0893 (patch) | |
tree | f75d4c0cc97c014f40417dfcb280b3c17880c4d8 | |
parent | 65521a3ddf61d4cc61f73d8e76d14e4e29cda7ac (diff) |
add .hgignore file
-rw-r--r-- | .hgignore | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore new file mode 100644 index 00000000..2ffcdae7 --- /dev/null +++ b/.hgignore @@ -0,0 +1,47 @@ +(^|/)CVS($|/) +(^|/)\.hg($|/) +(^|/)\.deps($|/) +(^|/)\html($|/) +.*\.a +.*\.o +config\..* +autom4te.cache +COPYING +INSTALL +Makefile +Makefile.in +configure +aclocal.m4 +depcomp +install-sh +stamp-h1 +missing +tags +dillo +d_size.h +dpi/bookmarks.dpi +dpi/cookies.dpi +dpi/datauri.filter.dpi +dpi/downloads.dpi +dpi/file.dpi +dpi/ftp.filter.dpi +dpi/hello.filter.dpi +dpi/https.filter.dpi +dpid/dpid +test/dw-anchors-test +test/dw-border-test +test/dw-example +test/dw-find-test +test/dw-images-scaled +test/dw-images-scaled2 +test/dw-images-simple +test/dw-imgbuf-mem-test +test/dw-links +test/dw-links2 +test/dw-lists +test/dw-resource-test +test/dw-table +test/dw-table-aligned +test/dw-ui-test +test/fltk-browser +test/shapes |