aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python/servo/build_commands.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index ba1ba3c1d66..142ce91e4b5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -58,4 +58,5 @@ support/hololens/ServoApp/support/
support/hololens/ServoApp/Debug/
support/hololens/ServoApp/Release/
support/hololens/packages/
+support/hololens/AppPackages/
support/hololens/.vs/
diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py
index f5ea9739391..9d9f90331d5 100644
--- a/python/servo/build_commands.py
+++ b/python/servo/build_commands.py
@@ -742,6 +742,7 @@ class MachCommands(CommandBase):
"support/hololens/ServoApp/Debug/",
"support/hololens/ServoApp/Release/",
"support/hololens/packages/",
+ "support/hololens/AppPackages/",
]
for uwp_artifact in uwp_artifacts: