Skip to content

Commit ac30860

Browse files
committed
Update gitignore.
1 parent ba644b5 commit ac30860

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

OSVR-Unity/.gitignore

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# Don't commit a file from another project!
2+
/Assets/Plugins/OSVR.ClientKit.dll
3+
4+
# Don't commit binaries or files like them
5+
/Assets/Plugins/x86/*
6+
/Assets/Plugins/x86_64/*.dll
7+
/Assets/Plugins/Android/**/*
8+
9+
# Don't commit your UnityVS stuff
10+
/Assets/UnityVS.meta
11+
/Assets/UnityVS/**/*
12+
113
# See http://kleber-swf.com/the-definitive-gitignore-for-unity-projects/
214

315
# =============== #
@@ -8,7 +20,7 @@
820
[Bb]uild
921
[Ll]ibrary/
1022
sysinfo.txt
11-
23+
1224
# ===================================== #
1325
# Visual Studio / MonoDevelop generated #
1426
# ===================================== #
@@ -21,7 +33,7 @@ sysinfo.txt
2133
/*.user
2234
/*.unityproj
2335
/*.booproj
24-
36+
2537
# ============ #
2638
# OS generated #
2739
# ============ #

0 commit comments

Comments
 (0)