diff options
Diffstat (limited to 'options/gitignore/LabVIEW')
-rw-r--r-- | options/gitignore/LabVIEW | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/options/gitignore/LabVIEW b/options/gitignore/LabVIEW new file mode 100644 index 0000000000..122450865c --- /dev/null +++ b/options/gitignore/LabVIEW @@ -0,0 +1,16 @@ +# Libraries +*.lvlibp +*.llb + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe + +# Metadata +*.aliases +*.lvlps |