Commit ecd2c9c
committed
Ignore and clean up stray -.o file from crc32cer compilation
During cmake compilation of the crc32cer dependency (used by Kafka
integration), a stray object file named "-.o" is occasionally created
in the repository root. This appears to happen during cmake's compiler
detection/test phase.
This commit:
- Adds -.o to .gitignore to prevent it from appearing in git status
- Updates bin/bootstrap to automatically remove the file after
dependency compilation
The dash prefix makes this file particularly annoying since it's
interpreted as a command-line option by most tools.1 parent 42539eb commit ecd2c9c
2 files changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
258 | 265 | | |
259 | 266 | | |
260 | 267 | | |
| |||
0 commit comments