mirror of
https://github.com/github/gitignore.git
synced 2026-04-11 14:11:43 +08:00
In LabVIEW 2026 local project state has been added to retain local session settings, like debug information (probes, breakpoints).
19 lines
164 B
Plaintext
19 lines
164 B
Plaintext
# Libraries
|
|
*.lvlibp
|
|
*.llb
|
|
|
|
# Shared objects (inc. Windows DLLs)
|
|
*.dll
|
|
*.so
|
|
*.so.*
|
|
*.dylib
|
|
|
|
# Executables
|
|
*.exe
|
|
|
|
# Metadata
|
|
*.aliases
|
|
*.lvlps
|
|
*.lvprojstate
|
|
.cache/
|