From e0b57163df45c4759de65d16d8f57d7e5e12ac58 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Mon, 11 Dec 2023 00:04:01 +0100 Subject: Port .hgignore to .gitignore --- .gitignore | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..55fbddc9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,47 @@ +*.a +*.o +config.* +autom4te.cache +Makefile +Makefile.in +configure +compile +build +aclocal.m4 +depcomp +install-sh +stamp-h1 +missing +tags +/src/dillo +/doc/dillo.1 +/dpi/[^/]*\.dpi +/dpid/dpid +/dpid/dpidc +/dpid/dpidrc +/test/containers +/test/cookies +/test/dw-anchors-test +/test/dw-border-test +/test/dw-example +/test/dw-find-test +/test/dw-float-test +/test/dw-image-background +/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-simple-container-test +/test/dw-table +/test/dw-table-aligned +/test/dw-ui-test +/test/identity +/test/liang +/test/notsosimplevector +/test/shapes +/test/trie +/test/unicode-test -- cgit v1.2.3