diff options
author | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2013-08-29 12:35:38 -0400 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2013-08-29 12:35:38 -0400 |
commit | 6882c374c9c4ebe059ad2d0e65726a908e053cd7 (patch) | |
tree | 5b470e51abac4b9c4b678305b92c89c65ff1b970 /.gitignore | |
parent | 18919465c38df7a9e03c3f81c346bfe16d167180 (diff) | |
download | infinitytier-6882c374c9c4ebe059ad2d0e65726a908e053cd7.tar.gz infinitytier-6882c374c9c4ebe059ad2d0e65726a908e053cd7.zip |
Add two new Windows projects: Windows service (process supervisor) and Windows Installer/Updater. Our installer/updater is probably going to be custom-written, and will be used both for installation (in which it'll pop up a progress meter) and for updates via a command line switch.
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,8 @@ mac-tap/tuntap/tap.kext /vsprojects/ZeroTierOne/x64 /vsprojects/TapDriver/Win32 /vsprojects/TapDriver/x64 +/vsprojects/InstallerUpdater/obj +/vsprojects/Service/obj /Build/* *.log *.opensdf |