diff options
author | sr55 <[email protected]> | 2017-09-03 17:21:38 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2017-09-03 17:21:38 +0100 |
commit | 8c28bc7e533555b44d112196641e9953550967c6 (patch) | |
tree | 5fe8b45853e9eb744944597ed8aaf2275cafe970 /.gitignore | |
parent | 1e457989f1668e969642a47178a5ded86ce197af (diff) |
WinGui: Adding a new project to allow us to easily generate AppX packages.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4bbb01fa4..da1f429c0 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,10 @@ win/CS/**/*.Cache win/CS/**/*.user win/CS/packages/**/* win/CS/**/applicationhost.config +win/CS/HandBrakeAppX/win32/**/* +win/CS/HandBrakeAppX/bld/**/* +win/CS/HandBrakeAppX/AppPackages/**/* +win/CS/HandBrakeAppX/BundleArtifacts/**/* *.ide # Xcode user data |