We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b1808d commit d651360Copy full SHA for d651360
.gitignore
@@ -1,4 +1,9 @@
1
+# Ignore Project files, LabVIEW recreates these files every time it opens a project, no need to keep them in Git
2
+*.lvlps
3
+*.aliases
4
5
+#Ignore ~ files created by Open Office that are not needed in Git
6
1) Course Manuals/.~lock.Course Manual 1.odt\#
7
8
+#Do not ignore the Emulator exe and keep it in Git
9
!3) LabVIEW Instrument Emulator\builds\HandsOn\CTIPicoVISAEmulatorCTIPicoVISAEmulator.exe
0 commit comments