artiq/.gitignore

34 lines
536 B
Plaintext

__pycache__/
*.o
*.d
*.a
*.so
*.bin
*.elf
*.fbi
.ipynb_checkpoints
/doc/manual/_build
/build
/dist
/*.egg-info
/.coverage
/artiq/test/lit/*/Output/
/artiq/binaries
/misoc_*/
/artiq/test/results
/artiq/examples/master/results
/artiq/examples/master/last_rid.pyon
/artiq/examples/master/dataset_db.pyon
/artiq/examples/sim/results
/artiq/examples/sim/dataset_db.pyon
# recommended location for testbed
/run
# alternatively, when testing ad-hoc experiments at the root:
/results
/last_rid.pyon
/dataset_db.pyon
/device_db.pyon
/test*.py