Ignore .bin3 files for drivers in instr.lib, user.lib #3605
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Ignore the bin3 files for LabVIEW projects in instr.lib & user.lib. This file stores task-based browse paths and corrupts lv project files during development
Reasons for making this change:
bin3 files were corrupting/causing conflicts while building the lv project files in instr.lib and user.lib. The built example bin3 files can only be stored here (lv only searches for them in these paths). So its better to ignore local bin3 file changes from repo.
Links to documentation supporting these rule changes:
https://zone.ni.com/reference/en-XX/help/371361R-01/lvhowto/prep_vi_for_ni_example_finder/
https://www.physik.uzh.ch/local/teaching/SPI301/LV-2015-Help/lvdialog.chm/Prepare_VIs_for_NIExFndr_db.html