From d69c2b6aa23c6d39340fa8e9372bd0c61b976eb8 Mon Sep 17 00:00:00 2001 From: architeuthidae Date: Tue, 30 Jul 2024 11:38:45 +0800 Subject: [PATCH] git(hub): update gitignore, pull request template --- .github/pull_request_template.md | 2 +- .gitignore | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 0df6f0f36..c77d29dee 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -51,7 +51,7 @@ Closes #XXX ### Documentation Changes -- [ ] Check, test, and update the documentation in [doc/](../doc/). Build documentation (`cd doc/manual/; make html`) to ensure no errors. +- [ ] Check, test, and update the documentation in [doc/](../doc/). Build documentation (`nix build .#artiq-manual-html; nix build .#artiq-manual-pdf`) to ensure no errors. ### Git Logistics diff --git a/.gitignore b/.gitignore index 0e5c2324c..b06e5d757 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ __pycache__/ .ipynb_checkpoints /doc/manual/_build /build +/result /dist /*.egg-info /.coverage @@ -23,7 +24,8 @@ __pycache__/ /artiq/test/results /artiq/examples/*/results /artiq/examples/*/last_rid.pyon -/artiq/examples/*/dataset_db.pyon +/artiq/examples/*/dataset_db.mdb +/artiq/examples/*/dataset_db.mdb-lock # when testing ad-hoc experiments at the root: /repository/