Commit a60838e
Ralph Kuepper
chore: gitignore example binaries by extension, not by the name 'main'
The rule was examples/**/main.exe | main | main.app, which assumed every
example compiles to `main`. The world-viewer compiles to world-viewer.exe,
so it matched nothing, got committed at 26 MB, and was one merge away from
being in main's history forever (where deleting it later would not have
removed it -- the blob stays reachable).
Match by extension instead. The .exe itself is dropped from this branch's
commits in the same push, so the blob never reaches main.1 parent 5e228fa commit a60838e
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
80 | 85 | | |
81 | 86 | | |
82 | 87 | | |
| |||
0 commit comments