Skip to content

Commit 2fc96d4

Browse files
committed
chore: remove accidental core dumps and ignore core.*
The pre-commit hooks segfault under this workspace's ROS-polluted LD_LIBRARY_PATH, dumping core.* files that were accidentally committed via git add -A. Remove them and gitignore the pattern.
1 parent 55a1440 commit 2fc96d4

12 files changed

Lines changed: 3 additions & 0 deletions

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,6 @@ crates/hiroz-msgs/python/uv.lock
7979
# Cached nix dev shell environment (generated by sandbox.nu)
8080
.state/
8181
site/
82+
83+
# crash dumps from pre-commit segfaults (ROS LD_LIBRARY_PATH glibc mismatch)
84+
core.*

core.3020583

-11.5 MB
Binary file not shown.

core.3020584

-11.5 MB
Binary file not shown.

core.3020585

-11.5 MB
Binary file not shown.

core.3020598

-11.5 MB
Binary file not shown.

core.3020619

-11.5 MB
Binary file not shown.

core.3020621

-11.5 MB
Binary file not shown.

core.3020622

-11.5 MB
Binary file not shown.

core.3020623

-11.5 MB
Binary file not shown.

core.3020624

-11.5 MB
Binary file not shown.

0 commit comments

Comments
 (0)