Commit 003207d
gitignore: drop the redundant bin/obj rules, unhide perl-meta sources
[Oo]bj/ and [Bb]in/ matched exactly what the **/obj/ and **/bin/ lines
above them already matched, so they only added noise. The capital-B form
had no directory in the fleet to match at all.
**/bin/ matches at any depth, which .NET output needs (src/<proj>/bin),
but it also swallowed perl-meta's perl/bin/Meta/ tree - 341 tracked Perl
sources. They kept working because ignore rules do not apply to tracked
files, but a NEW file there never showed up in git status, so it would be
silently left out of a commit. Negate that one path.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01CRamKn5DoUKKusg4mckH5L1 parent 99c32cc commit 003207d
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
149 | 152 | | |
150 | 153 | | |
151 | | - | |
152 | | - | |
| 154 | + | |
| 155 | + | |
153 | 156 | | |
154 | 157 | | |
155 | 158 | | |
| |||
0 commit comments