Files
loot-condition-interpreter/.gitignore
T
Oliver Hamlet f7db75bfea Stop using 7z binaries in test cases
They're not reliably available and are now causing CI failures. Instead
use libloot for the test cases that used 7z, and update it because older
versions of libloot incorrectly use "ProductVERSION " instead of
"ProductVersion".
2022-11-09 00:04:38 +00:00

11 lines
128 B
Plaintext

/target/
**/*.rs.bk
Cargo.lock
/tests/testing-plugins
/tests/libloot*
/tests/loot_api_python
/ffi/include/
/ffi/build/
.vscode