2016-01-19 05:51:41 +08:00
|
|
|
__pycache__/
|
2014-07-06 01:38:26 +08:00
|
|
|
*.o
|
|
|
|
*.d
|
2015-04-17 16:39:36 +08:00
|
|
|
*.a
|
2016-01-19 05:51:41 +08:00
|
|
|
*.so
|
2014-07-06 01:38:26 +08:00
|
|
|
*.bin
|
|
|
|
*.elf
|
|
|
|
*.fbi
|
2016-01-31 09:56:28 +08:00
|
|
|
.ipynb_checkpoints
|
2016-01-19 05:51:41 +08:00
|
|
|
/doc/manual/_build
|
2014-05-28 02:40:42 +08:00
|
|
|
/build
|
2014-08-29 06:02:39 +08:00
|
|
|
/dist
|
|
|
|
/*.egg-info
|
2015-02-03 06:57:49 +08:00
|
|
|
/.coverage
|
2016-01-19 05:51:41 +08:00
|
|
|
/artiq/test/lit/*/Output/
|
|
|
|
/artiq/binaries
|
2016-01-19 10:03:13 +08:00
|
|
|
/misoc_*/
|
2015-11-07 20:14:43 +08:00
|
|
|
|
2016-01-19 05:51:41 +08:00
|
|
|
/artiq/test/results
|
|
|
|
/artiq/test/h5types.h5
|
|
|
|
/examples/master/results
|
2016-02-16 01:20:50 +08:00
|
|
|
/examples/master/last_rid.pyon
|
2016-01-19 05:51:41 +08:00
|
|
|
/examples/master/dataset_db.pyon
|
|
|
|
/examples/sim/results
|
|
|
|
/examples/sim/dataset_db.pyon
|
2016-01-19 07:46:46 +08:00
|
|
|
|
2016-01-19 10:03:13 +08:00
|
|
|
# recommended location for testbed
|
|
|
|
/run
|
|
|
|
# alternatively, when testing ad-hoc experiments at the root:
|
2016-01-19 07:46:46 +08:00
|
|
|
/results
|
2016-02-16 01:20:50 +08:00
|
|
|
/last_rid.pyon
|
|
|
|
/dataset_db.pyon
|
|
|
|
/device_db.pyon
|
2016-01-19 07:46:46 +08:00
|
|
|
/h5types.h5
|
|
|
|
/test*.py
|