From 6882c374c9c4ebe059ad2d0e65726a908e053cd7 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Thu, 29 Aug 2013 12:35:38 -0400 Subject: 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. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3d12d5d2..aa889998 100755 --- a/.gitignore +++ b/.gitignore @@ -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 -- cgit v1.2.3