From b28b73937daefd96a3fe05937a1ff43678d83958 Mon Sep 17 00:00:00 2001 From: dsmithni Date: Tue, 24 Jun 2014 10:56:38 -0500 Subject: [PATCH] LabVIEW.gitignore 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 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 LabVIEW.gitignore diff --git a/LabVIEW.gitignore b/LabVIEW.gitignore new file mode 100644 index 00000000..12245086 --- /dev/null +++ b/LabVIEW.gitignore @@ -0,0 +1,16 @@ +# Libraries +*.lvlibp +*.llb + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe + +# Metadata +*.aliases +*.lvlps