aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2020-11-09 18:36:31 -0800
committerMicah Lee <micah@micahflee.com>2020-11-09 18:36:31 -0800
commit731d6391c3c5fcb028a5d7979f7cab8848e0e1af (patch)
treebb5a05170697ead7de242740293a34e76dcb2c1d /.gitignore
parent1514ffb56a940543340d6cd7a1b95134000c8baf (diff)
downloadonionshare-731d6391c3c5fcb028a5d7979f7cab8848e0e1af.tar.gz
onionshare-731d6391c3c5fcb028a5d7979f7cab8848e0e1af.zip
Add setuptools as a dependency for pkg_resources module, and update build scripts to properly delete last build
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b9578089..c96d9d1d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -64,3 +64,5 @@ desktop/*.whl
desktop/linux
desktop/windows
desktop/macOS
+# gets added automatically when building for Windows or macOS
+desktop/include \ No newline at end of file