Page MenuHomePhabricator

[Chore] Ignore cmake build directories
ClosedPublic

Authored by jon on Jul 8 2022, 9:55 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 28, 7:06 AM
Unknown Object (File)
Tue, Mar 18, 10:57 AM
Unknown Object (File)
Sun, Mar 16, 11:37 AM
Unknown Object (File)
Wed, Mar 12, 3:24 PM
Unknown Object (File)
Mon, Mar 10, 1:27 PM
Unknown Object (File)
Mon, Mar 10, 1:25 PM
Unknown Object (File)
Sun, Mar 9, 10:54 AM
Unknown Object (File)
Fri, Mar 7, 4:59 AM

Details

Summary

Prevent build directories from
accidently being added

Test Plan

N/A

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.