Page MenuHomePhabricator

[Chore] Ignore cmake build directories
ClosedPublic

Authored by jon on Jul 8 2022, 9:55 PM.
Tags
None
Referenced Files
F2830483: D4487.id14558.diff
Fri, Sep 27, 7:47 PM
F2830482: D4487.id14532.diff
Fri, Sep 27, 7:47 PM
F2830481: D4487.id14372.diff
Fri, Sep 27, 7:47 PM
F2829672: D4487.id14558.diff
Fri, Sep 27, 4:59 PM
F2829671: D4487.id14532.diff
Fri, Sep 27, 4:59 PM
F2829670: D4487.id14372.diff
Fri, Sep 27, 4:58 PM
F2829643: D4487.id.diff
Fri, Sep 27, 4:58 PM
F2829561: D4487.diff
Fri, Sep 27, 4:53 PM

Details

Summary

Prevent build directories from
accidently being added

Test Plan

N/A

Diff Detail

Repository
rCOMM Comm
Branch
jonringer-ignore-cmake
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

ashoat requested changes to this revision.Jul 9 2022, 10:47 AM

This is super general... can you share a list of the directories where this will come up? Wondering if we can prepend something in front of **/build maybe to at least limit this to the two or three subdirectories where we expect CMake builds to occur.

This revision now requires changes to proceed.Jul 9 2022, 10:47 AM

Limit directory traversal to CMake directories

I scoped the directories to be much smaller

This revision is now accepted and ready to land.Jul 17 2022, 7:30 AM
This revision was automatically updated to reflect the committed changes.