diff options
author | Christopher Baines <mail@cbaines.net> | 2020-04-17 11:49:05 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2020-04-17 11:49:05 +0100 |
commit | fc15ebd6aa2ba3b3e2dd133aabdafa08eb3c37cb (patch) | |
tree | 6eeccb26d2cb13e10f95614b04461a87790f9244 | |
parent | a43c537109766d6403dbb0f03e551aa7020d1150 (diff) | |
download | build-coordinator-fc15ebd6aa2ba3b3e2dd133aabdafa08eb3c37cb.tar build-coordinator-fc15ebd6aa2ba3b3e2dd133aabdafa08eb3c37cb.tar.gz |
Add the data directory to the .gitignore file
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,6 +22,8 @@ pre-inst-env *.db-shm *.db-wal +data/ + scripts/guix-build-coordinator scripts/guix-build-coordinator-agent |