aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2022-02-25 16:03:59 +0100
committerAlejandro Colomar <alx.manpages@gmail.com>2022-02-25 16:21:06 +0100
commit953d521c82724f48e8c506b0dfa2913dc7e1fdce (patch)
tree5baa206fb2f9ac6013aa7eb9548e28fbe0110164
parentb4ba165d7d31aad10c15ca59cb31a358f9647e05 (diff)
downloadman-pages-953d521c82724f48e8c506b0dfa2913dc7e1fdce.tar.gz
.gitignore: Ignore only the minimum
Ignore only directories specific to this project. Leave git defaults untouched, to let users customize their workflows. Users can still set their own git core.excludesfile files for personal use. See <https://stackoverflow.com/questions/7335420/global-git-ignore>. Reported-by: "Valentin V. Bartenev" <vbart@nginx.com> Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-rw-r--r--.gitignore15
1 files changed, 2 insertions, 13 deletions
diff --git a/.gitignore b/.gitignore
index 566e74c3ac..02b89cbc8a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,13 +1,2 @@
-# Ignore everything new by default
-/*
-
-# Ignore everything in man?/ that doesn't follow conventions (e.g., tmp files)
-!/man?/
-/man?/*
-!/man?/*.[0-8]
-
-# These files change name in each release
-!/man-pages*.Announce
-!/man-pages*.lsm
-
-!/scripts/
+# Default $htmlbuilddir:
+/.html/