Skip to content

Commit

Permalink
Add .gitignore based on .hgignore
Browse files Browse the repository at this point in the history
  • Loading branch information
rodarima committed Dec 10, 2023
1 parent d4ec9a7 commit 3e21f1a
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3e21f1a

Please sign in to comment.