diff options
author | Grant Limberg <grant.limberg@zerotier.com> | 2016-11-07 14:08:26 -0800 |
---|---|---|
committer | Grant Limberg <grant.limberg@zerotier.com> | 2016-11-07 14:09:01 -0800 |
commit | c802811ad298d20315e358b0fc7964a16e591aa6 (patch) | |
tree | f6a34de8b2947f6ce73136de41e03ff2a014b2b3 /.gitignore | |
parent | 5f63d5039bcca80241b12655c250a4238b936a74 (diff) | |
download | infinitytier-c802811ad298d20315e358b0fc7964a16e591aa6.tar.gz infinitytier-c802811ad298d20315e358b0fc7964a16e591aa6.zip |
Added a file copy util for Windows UI
Copies the authtoken.secret file into a private local folder for the user so that the UI doesnt have to be run with Admin privileges.
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -37,6 +37,8 @@ Thumbs.db /windows/*.db /windows/*.opendb enc_temp_folder +/windows/copyutil/bin +/windows/copyutil/obj # *nix/Mac build droppings /build-* |