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