diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-11-06 14:43:47 -0500 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-11-06 14:43:47 -0500 |
commit | 93427b8cb602abaabc4e3768b4b4dd9105e940eb (patch) | |
tree | 9c221d64dd8575b030ea51b0b2a2272449462863 /.gitignore | |
parent | 5d7fea20470a1c45be53e1a3c5fb1f1aa69c7714 (diff) | |
download | infinitytier-93427b8cb602abaabc4e3768b4b4dd9105e940eb.tar.gz infinitytier-93427b8cb602abaabc4e3768b4b4dd9105e940eb.zip |
Installer work, add .pid file writing on *nix systems to main.cpp.
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ -zerotier-* +/zerotier-* /Makefile *.o .DS_Store @@ -20,6 +20,7 @@ mac-tap/tuntap/tap.kext /vsprojects/TapDriver/x64 /vsprojects/InstallerUpdater/obj /vsprojects/Service/obj +/vsprojects/SelfTest/SelfTest.aps /Build/* *.log *.opensdf @@ -27,4 +28,4 @@ mac-tap/tuntap/tap.kext *.cache *.obj *.tlog -/vsprojects/SelfTest/SelfTest.aps +/installer-build |