artiq/.gitignore

26 lines
357 B
Plaintext
Raw Normal View History

2014-05-17 20:09:14 +08:00
__pycache__
2014-07-06 01:38:26 +08:00
*.o
*.d
2015-04-17 16:39:36 +08:00
*.a
2014-07-06 01:38:26 +08:00
*.bin
*.elf
*.fbi
2015-05-29 14:53:00 +08:00
*.pyc
2014-09-18 17:45:54 +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
artiq/test/results
artiq/test/h5types.h5
examples/master/results
examples/master/dataset_db.pyon
examples/sim/dataset_db.pyon
Output/
2016-01-19 05:42:12 +08:00
/artiq/test/libartiq_support/libartiq_support.so
2015-11-07 20:14:43 +08:00
# for developer convenience
/test*.py
/device_db.pyon
/dataset_db.pyon