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, May 18, 3:55 AM
Unknown Object (File)
Sun, May 17, 10:54 PM
Unknown Object (File)
Fri, May 15, 9:28 AM
Unknown Object (File)
Wed, Apr 29, 8:06 AM
Unknown Object (File)
Wed, Apr 29, 8:03 AM
Unknown Object (File)
Apr 21 2026, 3:07 AM
Unknown Object (File)
Apr 20 2026, 7:59 PM
Unknown Object (File)
Apr 19 2026, 1:57 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