We have several test directories whose names end in .spec. Ensure we
don't accidentally ignore them by removing a section of the .gitignore
that's irrelevant for libc++.
Details
Details
- Reviewers
EricWF ldionne mclow.lists - Group Reviewers
Restricted Project - Commits
- rG4e2679cd12e4: [libcxx] Fix .gitignore to not exclude test directories
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libcxx/.gitignore | ||
---|---|---|
24–25 | Why don't we just remove this? I don't understand what it's useful for, as I don't understand the comment just above. |
libcxx/.gitignore | ||
---|---|---|
24–25 | This seems like it might have been taken from some generic .gitignore file? I'm happy to remove the PyInstaller bits entirely though if that doesn't seem like something that's relevant for libc++. |
Why don't we just remove this? I don't understand what it's useful for, as I don't understand the comment just above.