.gitignore: Tweaks to Alex's .gitignore

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
pull/28/head
Michael Kerrisk 2 years ago
parent 0fbec630fd
commit 80a45bed73
  1. 4
      .gitignore

4
.gitignore vendored

@ -3,8 +3,8 @@
# Ignore everything in man?/ that doesn't follow conventions (e.g., tmp files)
!/man?/
/man?/**
!/man?/**.?
/man?/*
!/man?/*.[1-8]
# These files change name in each release
!/man-pages*.Announce

Loading…
Cancel
Save