Hi Michael, On 4/6/21 1:14 PM, Alejandro Colomar wrote:
Ignore everything new by default. This avoids having to update the .gitignore when we need to ignore something new. It also avoids accidents that may add an unwanted temporary file. Cc: Debian man-pages <manpages@xxxxxxxxxxxxxxxxxxx> Cc: Dr. Tobias Quathamer <toddy@xxxxxxxxxx> Signed-off-by: Alejandro Colomar <alx.manpages@xxxxxxxxx> --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..9c58a2718 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +*/** +!Changes* +!CONTRIBUTING +!MAINTAINER_NOTES +!Makefile +!man?/*.? +!man-pages* +!README +!scripts/
I forgot to add the .gitignore to the .gitignore exceptions :-P Please add it. Thanks, Alex -- Alejandro Colomar Linux man-pages comaintainer; https://www.kernel.org/doc/man-pages/ http://www.alejandro-colomar.es/