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