gitignore pixi.lock (for now)

This commit is contained in:
2025-04-14 00:09:39 +02:00
parent 220e201956
commit bdb1ceb3c4

View File

@ -16,6 +16,9 @@ SCRIPT_PATH=$(dirname "$0")
"$SCRIPT_PATH/gitignore.sh" add "$ARCHIVE" || true
"$SCRIPT_PATH/gitignore.sh" add "$BINARY" || true
#TODO: we actually need to version this!
"$SCRIPT_PATH/gitignore.sh" add pixi.lock || true
export CONDA_OVERRIDE_GLIBC=2.28