summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--ChangeLog5
-rw-r--r--Doc/Doc/help/.cvsignore1
-rw-r--r--Doc/Doc/help/.distfiles5
4 files changed, 11 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 6b4026d50..333c58a11 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,7 +31,6 @@ CVS
.#*
Doc/help.txt
-Doc/help
Doc/help/[_a-zA-Z0-9]*
Doc/intro.a4.pdf
diff --git a/ChangeLog b/ChangeLog
index 02e97b274..1f5bf6e64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-11-13 Peter Stephenson <p.w.stephenson@ntlworld.com>
+
+ * Martin Vaeth: 31959: .gitignore, Doc/help/.cvsignore,
+ Doc/help/.distfiles: missed files.
+
2013-11-12 Peter Stephenson <p.w.stephenson@ntlworld.com>
* Martin Vaeth: 31959: .gitignore,
diff --git a/Doc/Doc/help/.cvsignore b/Doc/Doc/help/.cvsignore
new file mode 100644
index 000000000..0751b2579
--- /dev/null
+++ b/Doc/Doc/help/.cvsignore
@@ -0,0 +1 @@
+[_a-zA-Z0-9]*
diff --git a/Doc/Doc/help/.distfiles b/Doc/Doc/help/.distfiles
new file mode 100644
index 000000000..60962adf4
--- /dev/null
+++ b/Doc/Doc/help/.distfiles
@@ -0,0 +1,5 @@
+DISTFILES_SRC='
+ .cvsignore
+ .distfiles
+ [_a-zA-Z0-9]*
+'