mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Hololens port
This commit is contained in:
parent
5beac079f6
commit
acde7e04cb
27 changed files with 1501 additions and 0 deletions
39
.gitignore
vendored
39
.gitignore
vendored
|
@ -44,3 +44,42 @@ capture_webrender/
|
|||
|
||||
/unminified-js
|
||||
|
||||
# Hololens artifacts
|
||||
|
||||
support/hololens/x64/
|
||||
support/hololens/ARM/
|
||||
support/hololens/Generated\ Files
|
||||
|
||||
# Ignore thumbnails created by Windows
|
||||
support/hololens/Thumbs.db
|
||||
|
||||
# Ignore files built by Visual Studio
|
||||
support/hololens/*.obj
|
||||
support/hololens/*.exe
|
||||
support/hololens/*.pdb
|
||||
support/hololens/*.user
|
||||
support/hololens/*.aps
|
||||
support/hololens/*.pch
|
||||
support/hololens/*.vspscc
|
||||
support/hololens/*_i.c
|
||||
support/hololens/*_p.c
|
||||
support/hololens/*.ncb
|
||||
support/hololens/*.suo
|
||||
support/hololens/*.tlb
|
||||
support/hololens/*.tlh
|
||||
support/hololens/*.bak
|
||||
support/hololens/*.cache
|
||||
support/hololens/*.ilk
|
||||
support/hololens/*.log
|
||||
support/hololens/[Bb]in
|
||||
support/hololens/[Dd]ebug*/
|
||||
support/hololens/*.lib
|
||||
support/hololens/*.sbr
|
||||
support/hololens/obj/
|
||||
support/hololens/[Rr]elease*/
|
||||
support/hololens/_ReSharper*/
|
||||
support/hololens/[Tt]est[Rr]esult*
|
||||
support/hololens/.vs/
|
||||
|
||||
# Nuget packages folder
|
||||
support/hololens/packages/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue