This website requires JavaScript.
Explore
Help
Sign In
mischief
/
openbsd-src
Watch
1
Star
0
Fork
0
You've already forked openbsd-src
mirror of
https://github.com/openbsd/src.git
synced
2024-12-21 23:18:00 -08:00
Code
7dd88e41b8
openbsd-src
/
.gitignore
4 lines
22 B
Plaintext
Raw
Normal View
History
Unescape
Escape
instruct git to ignore all **/obj entries created by "make obj" ok deraadt, stsp
2021-05-25 12:06:13 -07:00
**/obj
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
2021-11-11 06:03:21 -08:00
**/tags
Ignore CVS directories for easier git + CVS coexistence. ok bluhm@ stsp@
2023-07-07 08:44:54 -07:00
**/CVS
Copy Permalink