OpenBSD CVS

CVS log for src/.gitignore


[BACK] Up to [local] / src

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.3 / (download) - annotate - [select for diffs], Fri Jul 7 15:44:54 2023 UTC (9 months, 4 weeks ago) by tobhe
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, HEAD
Changes since 1.2: +1 -0 lines
Diff to previous 1.2 (colored)

Ignore CVS directories for easier git + CVS coexistence.

ok bluhm@ stsp@

Revision 1.2 / (download) - annotate - [select for diffs], Thu Nov 11 14:03:21 2021 UTC (2 years, 5 months ago) by kn
Branch: MAIN
CVS Tags: OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.1: +1 -0 lines
Diff to previous 1.1 (colored)

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

Revision 1.1 / (download) - annotate - [select for diffs], Tue May 25 19:06:13 2021 UTC (2 years, 11 months ago) by jcs
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0

instruct git to ignore all **/obj entries created by "make obj"

ok deraadt, stsp

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.