artiq/.gitignore

36 lines
479 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
2017-06-25 15:04:29 +08:00
*.pcap
*.prof
.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-12-31 21:55:14 +08:00
/artiq/firmware/target/
/misoc_*/
/artiq_*/
2015-11-07 20:14:43 +08:00
2016-01-19 05:51:41 +08:00
/artiq/test/results
2017-05-22 16:49:11 +08:00
/artiq/examples/*/results
/artiq/examples/*/last_rid.pyon
/artiq/examples/*/dataset_db.pyon
# when testing ad-hoc experiments at the root:
/repository/
/results
/last_rid.pyon
2023-04-30 16:53:49 +08:00
/dataset_db.mdb
/dataset_db.mdb-lock
/device_db*.py
/test*