forked from M-Labs/artiq
Update .gitignore.
This commit is contained in:
parent
6c1fc2987a
commit
3c01a1c93f
|
@ -14,6 +14,7 @@ __pycache__/
|
||||||
/.coverage
|
/.coverage
|
||||||
/artiq/test/lit/*/Output/
|
/artiq/test/lit/*/Output/
|
||||||
/artiq/binaries
|
/artiq/binaries
|
||||||
|
/artiq/firmware/target/
|
||||||
/misoc_*/
|
/misoc_*/
|
||||||
|
|
||||||
/artiq/test/results
|
/artiq/test/results
|
||||||
|
@ -26,8 +27,9 @@ __pycache__/
|
||||||
# recommended location for testbed
|
# recommended location for testbed
|
||||||
/run
|
/run
|
||||||
# alternatively, when testing ad-hoc experiments at the root:
|
# alternatively, when testing ad-hoc experiments at the root:
|
||||||
|
/repository/
|
||||||
/results
|
/results
|
||||||
/last_rid.pyon
|
/last_rid.pyon
|
||||||
/dataset_db.pyon
|
/dataset_db.pyon
|
||||||
/device_db.pyon
|
/device_db*.pyon
|
||||||
/test*.py
|
/test*.py
|
||||||
|
|
Loading…
Reference in New Issue