diff options
author | Paul Rouget <me@paulrouget.com> | 2019-06-22 00:05:35 +0200 |
---|---|---|
committer | Paul Rouget <me@paulrouget.com> | 2019-07-03 21:35:43 +0200 |
commit | acde7e04cb1c0b172313d8b7819c5e27f37152d2 (patch) | |
tree | e653d523b15923b9d0040b1d203aeaf0cd5447ac /.gitignore | |
parent | 5beac079f63531e6b4d7fd3184d542405b33b111 (diff) | |
download | servo-acde7e04cb1c0b172313d8b7819c5e27f37152d2.tar.gz servo-acde7e04cb1c0b172313d8b7819c5e27f37152d2.zip |
Hololens port
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e29d44ca3ea..de8306ff28f 100644 --- a/.gitignore +++ b/.gitignore @@ -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/ |