Skip to content

Commit 33e5325

Browse files
Initial commit
0 parents  commit 33e5325

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Libraries
2+
*.lvlibp
3+
*.llb
4+
5+
# Shared objects (inc. Windows DLLs)
6+
*.dll
7+
*.so
8+
*.so.*
9+
*.dylib
10+
11+
# Executables
12+
*.exe
13+
14+
# Metadata
15+
*.aliases
16+
*.lvlps

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# LabVIEW-Script-Language
2+
Developing a platform to develop scripts, compile and execute it in the LabVIEW development or run time environment

0 commit comments

Comments
 (0)