tektronix / Programmatic-Control-Examples

An index of all remote instrument communication examples and links to discussion threads written by the community, for the community.
Other
73 stars 42 forks source link

Adding a C# GUI example #53

Closed Gaylandp closed 3 years ago

Gaylandp commented 3 years ago

Pull Request Checklist

Please review the Contribution Guidelines before submitting.

Type (Select only one)

Description

Describe your pull request here.

dwyban commented 3 years ago

Contents of the bin/ folder should not be included in the pull request. Test folders/files are generated at compile. Use a .gitignore file to automatically exclude these. You should be able to just add a copy of the following file to the root of your example.

https://github.com/tektronix/Programmatic-Control-Examples/blob/master/Examples/Oscilloscopes/PerformanceScopes/src/CurvestreamExample/.gitignore

Gaylandp commented 3 years ago

David, I added the gitignore, but all the files seem to be there still. Not sure what to do next.

dwyban commented 3 years ago

This may be because the files have already been committed. You will likely need to perform another commit where you remove these files. After that, your Git/GitHub client should ignore those files when it looks for changes to commit.