aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore47
-rw-r--r--.hgignore49
2 files changed, 47 insertions, 49 deletions
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
diff --git a/.hgignore b/.hgignore
deleted file mode 100644
index 4d2c186c..00000000
--- a/.hgignore
+++ /dev/null
@@ -1,49 +0,0 @@
-(^|/)CVS($|/)
-(^|/)\.hg($|/)
-(^|/)\.deps($|/)
-(^|/)html($|/)
-\.a$
-\.o$
-^config\.
-^autom4te\.cache$
-(^|/)Makefile$
-(^|/)Makefile\.in$
-^configure$
-^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$