Ignore tags files
authorkn <kn@openbsd.org>
Thu, 11 Nov 2021 14:03:21 +0000 (14:03 +0000)
committerkn <kn@openbsd.org>
Thu, 11 Nov 2021 14:03:21 +0000 (14:03 +0000)
commit1f1385d5a4389519c58bb287bfbf7e955ef3e6dc
treedf77474345178bfe63c1dca0901c3b5c58aa3303
parentecd659a41ebbf934cfbb8580fee4c4855b748db3
Ignore tags files

Besides obj (and all the build objects inside), tags seem to be the only
thing that's automatically created by our build infrastructure which should
never be committed.

CVS ignores "tags" due to its builtin list of ignore patterns.
Git does not ignore tags, although it has a builtin list (e.g. "*.o").
Got has no such builtin list.

Add "**/tags" to .gitignore specifically to provide a sane default for
Got checkouts.

Mirror .gitignore with sys/.gitignore to have the same experience with
kernel-only checkouts, as is common practise with Got.

OK stsp sthen
.gitignore
sys/.gitignore