Re: [PATCH v6 3/3] .gitignore: Add file

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Michael,

Please see a few cosmetic changes below.

Thanks,

Alex

On 4/8/21 10:57 AM, Alejandro Colomar wrote:
Ignore everything new by default.

This avoids adding to git unwanted temporary files.

Cc: Debian man-pages <manpages@xxxxxxxxxxxxxxxxxxx>
Cc: Dr. Tobias Quathamer <toddy@xxxxxxxxxx>
Signed-off-by: Alejandro Colomar <alx.manpages@xxxxxxxxx>
---
  .gitignore | 13 +++++++++++++
  1 file changed, 13 insertions(+)
  create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000..866012df4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,13 @@
+# Ignore everything new by default
+/*
+
+# Ignore everything in man?/ that doesn't follow conventions (e.g., tmp files)
+!/man?

Please add a trailing / here (not needed, but for symmetry).

+/man?/**
+!/man?/**.?
+
+# These files change name in each release
+!/man-pages*.Announce
+!/man-pages*.lsm
+
+!/scripts

Please add a trailing / here (not needed, but for symmetry).




--
Alejandro Colomar
Linux man-pages comaintainer; https://www.kernel.org/doc/man-pages/
http://www.alejandro-colomar.es/



[Index of Archives]     [Kernel Documentation]     [Netdev]     [Linux Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux