diff options
author | Christopher Baines <mail@cbaines.net> | 2019-04-14 10:08:11 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2019-04-14 10:08:11 +0100 |
commit | ef4fd5ab4fee64639dcd18ead2a82aa2235661fd (patch) | |
tree | 0715f16144a8eadd915d9d17efa4e273afd8ac75 /.gitignore | |
parent | d69f77d59eefc1ca577d6df0cfe6d8cd46742b82 (diff) | |
download | data-service-ef4fd5ab4fee64639dcd18ead2a82aa2235661fd.tar data-service-ef4fd5ab4fee64639dcd18ead2a82aa2235661fd.tar.gz |
Add an initial test
Along with the buildsystem changes to make `make check` work.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -8,6 +8,10 @@ config.log config.status configure +*.log +tests/*.log +tests/*.trs + guix-data-service/config.scm scripts/guix-data-service scripts/guix-data-service-process-jobs |