summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorChris Kerr <ckerr@rangeforce.com>2020-09-01 10:26:46 +0300
committerChris Kerr <ckerr@rangeforce.com>2020-09-01 10:26:46 +0300
commit997b3897e73db27ef717db441b7e717fd84c5b00 (patch)
tree12bc0456bfc71f9ec057e714b05a7eef06a5fafd /.gitignore
parent9b1780f06878e47a5d5accd1e26631469fe6821c (diff)
downloadwebsockify-997b3897e73db27ef717db441b7e717fd84c5b00.tar.gz
Add build and dist directories to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a6a9bfd..4ed77d8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,4 +6,7 @@
target.cfg
target.cfg.d
.tox
+
+build/
+dist/
*.egg-info