Capture the display of a Rigol DS1000Z series oscilloscope by LAN using LXI SCPI commands
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

.gitignore 507B

123456789101112
  1. # *** START section for manually edited lines
  2. # 'captures' is a mandatory directory for this project,
  3. # but git can add only files, and can not add an empty directory.
  4. # We want to preserve 'captures' in the repository tree structure,
  5. # so we will ignore everything except the 'captures/.gitignore' file.
  6. # This trick will always add the 'captures' directory in the repository,
  7. # even when there are no other files in 'captures'.
  8. *
  9. !.gitignore
  10. # *** STOP section for manually edited lines