mirror of
https://github.com/openbsd/src.git
synced 2025-01-04 15:25:38 -08:00
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
This commit is contained in:
parent
ecd659a41e
commit
1f1385d5a4
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
**/obj
|
||||
**/tags
|
||||
|
1
sys/.gitignore
vendored
1
sys/.gitignore
vendored
@ -1 +1,2 @@
|
||||
**/obj
|
||||
**/tags
|
||||
|
Loading…
Reference in New Issue
Block a user