From da11cf325a02f2f2e9f778f98e0385a971f501eb Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Thu, 15 Sep 2005 18:25:37 +0200 Subject: [PATCH] Convert more bits from the .cvsignore files. Now cg-status doesn't list anything here. It might do in the future. --- .gitignore | 1 - config/.gitignore | 4 ++++ contrib/.gitignore | 1 + contrib/conv/.gitignore | 1 + contrib/lua/.gitignore | 1 + doc/man/.gitignore | 3 +++ doc/man/man1/.gitignore | 1 + po/.gitignore | 2 ++ src/intl/gettext/.gitignore | 3 +++ 9 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 config/.gitignore create mode 100644 contrib/.gitignore create mode 100644 contrib/conv/.gitignore create mode 100644 contrib/lua/.gitignore create mode 100644 doc/man/.gitignore create mode 100644 doc/man/man1/.gitignore create mode 100644 po/.gitignore create mode 100644 src/intl/gettext/.gitignore diff --git a/.gitignore b/.gitignore index 725642dc..a9d83d36 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,5 @@ stamp-h1 .deps elinks *.swp -*.html *.patch features.log diff --git a/config/.gitignore b/config/.gitignore new file mode 100644 index 00000000..f2ca53bf --- /dev/null +++ b/config/.gitignore @@ -0,0 +1,4 @@ +install-sh +missing +mkinstalldirs +depcomp diff --git a/contrib/.gitignore b/contrib/.gitignore new file mode 100644 index 00000000..ed7f59b7 --- /dev/null +++ b/contrib/.gitignore @@ -0,0 +1 @@ +elinks.spec diff --git a/contrib/conv/.gitignore b/contrib/conv/.gitignore new file mode 100644 index 00000000..43022620 --- /dev/null +++ b/contrib/conv/.gitignore @@ -0,0 +1 @@ +w3m2links.awk diff --git a/contrib/lua/.gitignore b/contrib/lua/.gitignore new file mode 100644 index 00000000..bfcf33cf --- /dev/null +++ b/contrib/lua/.gitignore @@ -0,0 +1 @@ +hooks.lua diff --git a/doc/man/.gitignore b/doc/man/.gitignore new file mode 100644 index 00000000..ab81ec23 --- /dev/null +++ b/doc/man/.gitignore @@ -0,0 +1,3 @@ +index.bt +manpage.links +manpage.refs diff --git a/doc/man/man1/.gitignore b/doc/man/man1/.gitignore new file mode 100644 index 00000000..d58cabe5 --- /dev/null +++ b/doc/man/man1/.gitignore @@ -0,0 +1 @@ +elinks.1 diff --git a/po/.gitignore b/po/.gitignore new file mode 100644 index 00000000..1499f881 --- /dev/null +++ b/po/.gitignore @@ -0,0 +1,2 @@ +*.gmo +elinks.pot diff --git a/src/intl/gettext/.gitignore b/src/intl/gettext/.gitignore new file mode 100644 index 00000000..0cef4408 --- /dev/null +++ b/src/intl/gettext/.gitignore @@ -0,0 +1,3 @@ +charset.alias +ref-add.sed +ref-del.sed