Skip to content

Commit 959f984

Browse files
committed
Further enhance the gitignore inside OSVR-Unity to avoid committing Managed-OSVR
1 parent 5b875ec commit 959f984

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

OSVR-Unity/.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Don't commit a file from another project!
2-
/Assets/Plugins/OSVR.ClientKit.dll
2+
/Assets/Plugins/OSVR.ClientKit.*
33

44
# Don't commit binaries or files like them
55
/Assets/Plugins/x86/*
6-
/Assets/Plugins/x86_64/*.dll
6+
/Assets/Plugins/x86_64/*
77
/Assets/Plugins/Android/**/*
88

99
# Don't commit your UnityVS stuff

0 commit comments

Comments
 (0)