mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 03:07:05 +02:00
Update .gitignore to exclude the Leap SDK files, but not the stub header
This commit is contained in:
parent
b4f5df17ab
commit
b1d345f0dc
1 changed files with 12 additions and 1 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
@ -23,4 +23,15 @@ profile
|
||||||
*.moved-aside
|
*.moved-aside
|
||||||
DerivedData
|
DerivedData
|
||||||
.idea/
|
.idea/
|
||||||
*.hmap
|
|
||||||
|
*.hmap
|
||||||
|
|
||||||
|
#Ignore Leap, but not the stubs
|
||||||
|
interface/external/Leap/docs/
|
||||||
|
interface/external/Leap/include/
|
||||||
|
interface/external/Leap/lib/
|
||||||
|
interface/external/Leap/samples/
|
||||||
|
interface/external/Leap/util/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue