|
From: Rhys K. <rhy...@so...> - 2020-07-02 09:19:31
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=6630e2ae58bdf5386f1f63b2c4e9b58d585d6864 commit 6630e2ae58bdf5386f1f63b2c4e9b58d585d6864 Author: Rhys Kidd <rhy...@gm...> Date: Thu Jul 2 19:13:58 2020 +1000 update .gitignore with new docs/valid-* targets Fixes: 4facc497b ("doc/Makefile.am: Turn valid-manual and valid-manpages into real targets") Diff: --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b2cd3a48e1..58d88f38a2 100644 --- a/.gitignore +++ b/.gitignore @@ -281,6 +281,8 @@ /docs/html /docs/Makefile /docs/Makefile.in +/docs/valid-manpages +/docs/valid-manual # /docs/images/ /docs/images/Makefile |