]> source.dussan.org Git - gitignore.git/commitdiff
LabVIEW.gitignore 1123/head
authordsmithni <daniel.smith@ni.com>
Tue, 24 Jun 2014 15:56:38 +0000 (10:56 -0500)
committerdsmithni <daniel.smith@ni.com>
Tue, 24 Jun 2014 15:56:38 +0000 (10:56 -0500)
LabVIEW (ni.com/labview) is a graphical system design tool.
File extensions are listed here:
http://zone.ni.com/reference/en-XX/help/371361K-01/lvhowto/lv_file_extensions/
.llb and lvlibp are for binary distributions, and are excluded for the same reason shared objects are excluded.
.aliases and .lvlps are metadata related to the project file, and are automatically updated when moving between machines (see note on that help page).

LabVIEW.gitignore [new file with mode: 0644]

diff --git a/LabVIEW.gitignore b/LabVIEW.gitignore
new file mode 100644 (file)
index 0000000..1224508
--- /dev/null
@@ -0,0 +1,16 @@
+# Libraries
+*.lvlibp
+*.llb
+
+# Shared objects (inc. Windows DLLs)
+*.dll
+*.so
+*.so.*
+*.dylib
+
+# Executables
+*.exe
+
+# Metadata
+*.aliases
+*.lvlps