2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-28 20:53:35 +08:00

gitignore: ignore ad-hoc experiments at the top level

This commit is contained in:
Robert Jördens 2016-01-18 16:46:46 -07:00
parent d1eb44e3b0
commit 057b5d9f35

7
.gitignore vendored
View File

@ -16,11 +16,14 @@ __pycache__/
/artiq/test/results
/artiq/test/h5types.h5
/results
/h5types.h5
/examples/master/results
/examples/master/dataset_db.pyon
/examples/sim/results
/examples/sim/dataset_db.pyon
# when testing ad-hoc experiments at the root:
/device_db.pyon
/dataset_db.pyon
/results
/h5types.h5
/test*.py