summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-11-06 14:43:47 -0500
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-11-06 14:43:47 -0500
commit93427b8cb602abaabc4e3768b4b4dd9105e940eb (patch)
tree9c221d64dd8575b030ea51b0b2a2272449462863 /.gitignore
parent5d7fea20470a1c45be53e1a3c5fb1f1aa69c7714 (diff)
downloadinfinitytier-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.gitignore5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 3aa462ce..533a83c3 100755
--- a/.gitignore
+++ b/.gitignore
@@ -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