diff options
author | Christopher Baines <mail@cbaines.net> | 2020-04-17 11:40:23 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2020-04-17 11:40:23 +0100 |
commit | 6e7cb34bdef6d5090d57ea15690c9f0a06be7504 (patch) | |
tree | d82c6cbb4d46adb9666104250785b629333824f2 /.gitignore | |
parent | 6ddf31cfbb963faa61f078538e5890d6cb656467 (diff) | |
download | build-coordinator-6e7cb34bdef6d5090d57ea15690c9f0a06be7504.tar build-coordinator-6e7cb34bdef6d5090d57ea15690c9f0a06be7504.tar.gz |
Copy a few SQlite options from Cuirass
They'll probably help.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -19,6 +19,8 @@ pre-inst-env .local.envrc *.db +*.db-shm +*.db-wal scripts/guix-build-coordinator scripts/guix-build-coordinator-agent |