mirror of
https://github.com/github/gitignore
synced 2024-10-31 17:18:45 +01:00
b28b73937d
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).
17 lines
142 B
Plaintext
17 lines
142 B
Plaintext
# Libraries
|
|
*.lvlibp
|
|
*.llb
|
|
|
|
# Shared objects (inc. Windows DLLs)
|
|
*.dll
|
|
*.so
|
|
*.so.*
|
|
*.dylib
|
|
|
|
# Executables
|
|
*.exe
|
|
|
|
# Metadata
|
|
*.aliases
|
|
*.lvlps
|