mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-21 19:38:09 +00:00
[host] ignore compiled shader headers
This commit is contained in:
parent
62e3dd250b
commit
3e3c409fc4
1 changed files with 3 additions and 0 deletions
3
host/.gitignore
vendored
3
host/.gitignore
vendored
|
@ -9,6 +9,9 @@
|
|||
*.userosscache
|
||||
*.sln.docstates
|
||||
|
||||
# compiled shader headers
|
||||
Shaders/*.h
|
||||
|
||||
# User-specific files (MonoDevelop/Xamarin Studio)
|
||||
*.userprefs
|
||||
|
||||
|
|
Loading…
Reference in a new issue