forked from M-Labs/artiq
gitignore: cleanup
This commit is contained in:
parent
a1201252e2
commit
d1eb44e3b0
|
@ -1,25 +1,26 @@
|
||||||
__pycache__
|
__pycache__/
|
||||||
*.o
|
*.o
|
||||||
*.d
|
*.d
|
||||||
*.a
|
*.a
|
||||||
|
*.so
|
||||||
*.bin
|
*.bin
|
||||||
*.elf
|
*.elf
|
||||||
*.fbi
|
*.fbi
|
||||||
*.pyc
|
/doc/manual/_build
|
||||||
doc/manual/_build
|
|
||||||
/build
|
/build
|
||||||
/dist
|
/dist
|
||||||
/*.egg-info
|
/*.egg-info
|
||||||
/.coverage
|
/.coverage
|
||||||
artiq/test/results
|
/artiq/test/lit/*/Output/
|
||||||
artiq/test/h5types.h5
|
/artiq/binaries
|
||||||
examples/master/results
|
|
||||||
examples/master/dataset_db.pyon
|
|
||||||
examples/sim/dataset_db.pyon
|
|
||||||
Output/
|
|
||||||
/artiq/test/libartiq_support/libartiq_support.so
|
|
||||||
|
|
||||||
# for developer convenience
|
/artiq/test/results
|
||||||
/test*.py
|
/artiq/test/h5types.h5
|
||||||
|
/results
|
||||||
|
/h5types.h5
|
||||||
|
/examples/master/results
|
||||||
|
/examples/master/dataset_db.pyon
|
||||||
|
/examples/sim/results
|
||||||
|
/examples/sim/dataset_db.pyon
|
||||||
/device_db.pyon
|
/device_db.pyon
|
||||||
/dataset_db.pyon
|
/dataset_db.pyon
|
||||||
|
|
Loading…
Reference in New Issue