From 8f608cd4338632185d364462600578791f58185e Mon Sep 17 00:00:00 2001 From: Sivaramakrishnan <48220489+krishnansr@users.noreply.github.com> Date: Tue, 29 Dec 2020 16:32:04 +0530 Subject: [PATCH] Ignore .bin3 files for drivers in instr.lib, user.lib 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 --- LabVIEW.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/LabVIEW.gitignore b/LabVIEW.gitignore index 31619f59..66afdc61 100644 --- a/LabVIEW.gitignore +++ b/LabVIEW.gitignore @@ -14,4 +14,5 @@ # Metadata *.aliases *.lvlps +*.bin3 .cache/