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
|
||||
|
||||
- [ ] 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
|
||||
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue