Page MenuHomeFreeBSD

gitignore: update cscope rules
AbandonedPublic

Authored by mhorne on Jan 8 2021, 8:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Aug 24, 9:53 PM
Unknown Object (File)
Thu, Aug 20, 6:19 PM
Unknown Object (File)
Tue, Aug 11, 3:00 PM
Unknown Object (File)
Aug 10 2026, 5:57 AM
Unknown Object (File)
Aug 8 2026, 1:58 AM
Unknown Object (File)
Aug 5 2026, 1:10 PM
Unknown Object (File)
Aug 3 2026, 8:16 AM
Unknown Object (File)
Aug 2 2026, 9:49 AM
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