mirror of https://github.com/m-labs/artiq.git
git(hub): update gitignore, pull request template
This commit is contained in:
parent
994a936f26
commit
d69c2b6aa2
|
@ -51,7 +51,7 @@ Closes #XXX
|
||||||
|
|
||||||
### Documentation Changes
|
### 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
|
### Git Logistics
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,7 @@ __pycache__/
|
||||||
.ipynb_checkpoints
|
.ipynb_checkpoints
|
||||||
/doc/manual/_build
|
/doc/manual/_build
|
||||||
/build
|
/build
|
||||||
|
/result
|
||||||
/dist
|
/dist
|
||||||
/*.egg-info
|
/*.egg-info
|
||||||
/.coverage
|
/.coverage
|
||||||
|
@ -23,7 +24,8 @@ __pycache__/
|
||||||
/artiq/test/results
|
/artiq/test/results
|
||||||
/artiq/examples/*/results
|
/artiq/examples/*/results
|
||||||
/artiq/examples/*/last_rid.pyon
|
/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:
|
# when testing ad-hoc experiments at the root:
|
||||||
/repository/
|
/repository/
|
||||||
|
|
Loading…
Reference in New Issue