artiq/.gitignore

33 lines
476 B
Plaintext
Raw Normal View History

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-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
/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
/examples/master/dataset_db.pyon
/examples/sim/results
/examples/sim/dataset_db.pyon
# recommended location for testbed
/run
# alternatively, when testing ad-hoc experiments at the root:
2015-11-07 20:14:43 +08:00
/device_db.pyon
/dataset_db.pyon
/results
/h5types.h5
/test*.py