forked from M-Labs/artiq
gitignore: minor tweaks, recommend /run for testbed
This commit is contained in:
parent
e2910fba99
commit
6940d98ca2
|
@ -13,6 +13,7 @@ __pycache__/
|
||||||
/.coverage
|
/.coverage
|
||||||
/artiq/test/lit/*/Output/
|
/artiq/test/lit/*/Output/
|
||||||
/artiq/binaries
|
/artiq/binaries
|
||||||
|
/misoc_*/
|
||||||
|
|
||||||
/artiq/test/results
|
/artiq/test/results
|
||||||
/artiq/test/h5types.h5
|
/artiq/test/h5types.h5
|
||||||
|
@ -21,7 +22,9 @@ __pycache__/
|
||||||
/examples/sim/results
|
/examples/sim/results
|
||||||
/examples/sim/dataset_db.pyon
|
/examples/sim/dataset_db.pyon
|
||||||
|
|
||||||
# when testing ad-hoc experiments at the root:
|
# recommended location for testbed
|
||||||
|
/run
|
||||||
|
# alternatively, when testing ad-hoc experiments at the root:
|
||||||
/device_db.pyon
|
/device_db.pyon
|
||||||
/dataset_db.pyon
|
/dataset_db.pyon
|
||||||
/results
|
/results
|
||||||
|
|
Loading…
Reference in New Issue