Page MenuHomeFreeBSD

gitignore: update cscope rules
AbandonedPublic

Authored by mhorne on Jan 8 2021, 8:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jan 18, 5:50 PM
Unknown Object (File)
Oct 21 2024, 5:31 AM
Unknown Object (File)
Oct 21 2024, 5:31 AM
Unknown Object (File)
Oct 21 2024, 4:40 AM
Unknown Object (File)
Oct 2 2024, 2:03 PM
Unknown Object (File)
Oct 1 2024, 7:40 PM
Unknown Object (File)
Sep 28 2024, 5:32 PM
Unknown Object (File)
Sep 22 2024, 7:14 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