Files
ternfs-XTXMarkets/.gitignore
Copilot 045e9adb8a cdc: Fix various RenameDirectory issues
RenameDirectory state machine was not handling target not found correctly.
This would have caused asserts (which result in crashes in production builds)
There was also a bug in the rollback logic which would have caused a lingering
lock on the source link. While breaking assumptions this was a benign bug as
any operation on that directory would try and succeed acquiring this lock again.
It would succeed as lock requests are idempotent.
2025-11-13 15:09:34 +00:00

23 lines
347 B
Plaintext

# Copyright 2025 XTX Markets Technologies Limited
#
# SPDX-License-Identifier: GPL-2.0-or-later
__pycache__/
.mypy_cache/
.cache/
build/
vgcore.*
compile_commands.json
.idea
.rsync-rules
kmod/bincode_tests
kmod/dmesg
kmod/test-out
kmod/trace
kmod/vm-out
linux-*.tar.gz
tern-integrationtest.*
.go-cache
ternfs-client*
_codeql_detected_source_root