/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
/[Bb]uilds/
/[Aa]ssets/[Aa]sset[Ss]tore[Tt]ools*

# Ignore Unity Reflection generated
*.exr
*.exr.meta
# Ignore Waste of space SteamVR Stuff ( Huge 10mb files in here..no real need)
/[Aa]ssets/SteamVR/InteractionSystem/*
/[Aa]ssets/SteamVR/Materials/*
/[Aa]ssets/SteamVR/Scenes/*
/[Aa]ssets/SteamVR/Textures/*
/[Aa]ssets/SteamVR/quickstart.pdf

# handy ignores to reduce repo size 
/[Aa]ssets/SteamVR/InteractionSystem.meta
/[Aa]ssets/SteamVR/Materials.meta
/[Aa]ssets/SteamVR/Scenes.meta
/[Aa]ssets/SteamVR/Textures.meta
/[Aa]ssets/SteamVR/quickstart.pdf.meta

# Ignore Waste of space Example VRTK Stuff ( can redownload from store if you want to see stuff)
/[Aa]ssets/VRTK/Examples/*
/[Aa]ssets/VRTK/Examples.meta

# Autogenerated VS/MD solution and project files
ExportedObj/
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
*.svd

# Unity3D generated meta files
*.pidb.meta

# Unity3D Generated File On Crash Reports
sysinfo.txt

# System files
.DS_Store
*.swp
StyleCop*

