Skip to content

Commit d651360

Browse files
author
Fabiola De la Cueva
committed
updating gitignore with typical ignores
Added ignore project files because LabVIEW recreates these files every time it opens a project Added comments
1 parent 9b1808d commit d651360

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -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
14

5+
#Ignore ~ files created by Open Office that are not needed in Git
26
1) Course Manuals/.~lock.Course Manual 1.odt\#
37

8+
#Do not ignore the Emulator exe and keep it in Git
49
!3) LabVIEW Instrument Emulator\builds\HandsOn\CTIPicoVISAEmulatorCTIPicoVISAEmulator.exe

0 commit comments

Comments
 (0)