Page MenuHomeFreeBSD

gitignore: update cscope rules
AbandonedPublic

Authored by mhorne on Jan 8 2021, 8:48 PM.
Tags
None
Referenced Files
F148641730: D28047.id81916.diff
Thu, Mar 19, 7:44 AM
Unknown Object (File)
Wed, Mar 4, 6:08 PM
Unknown Object (File)
Mon, Mar 2, 7:58 PM
Unknown Object (File)
Mon, Mar 2, 8:28 AM
Unknown Object (File)
Feb 8 2026, 3:41 AM
Unknown Object (File)
Jan 13 2026, 11:54 PM
Unknown Object (File)
Jan 6 2026, 11:56 PM
Unknown Object (File)
Nov 29 2025, 2:56 PM
Subscribers

Details

Reviewers
cem
khng
Summary

Ignore all output files generated by make cscope.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 36044
Build 32933: arc lint + arc unit

Event Timeline

mhorne requested review of this revision.Jan 8 2021, 8:48 PM

@khng300_gmail.com am I right in thinking you have one or two outstanding .gitignore reviews?

I don’t know anything about cscope but it looks fine. Ideally files that would only be found in the root (eg tinderbox crap) are “/“ prefixed to reduce the search cost in subdirectories. Orthogonal to this change.

This revision is now accepted and ready to land.Jan 8 2021, 11:11 PM

Yep. They are accepted but not merged.

Ka Ho