summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-01-07 22:42:49 +0100
committerDavid Robillard <d@drobilla.net>2021-01-07 22:42:49 +0100
commit9fe18328631b5a427bf311e7081e5f5469603177 (patch)
treeb2bd610de365de26710f5a7c3cf430a434dc0fe9
parent6b6d966b9aa68817b01c3f05f3f7ad6f16ef117f (diff)
downloadsuil-9fe18328631b5a427bf311e7081e5f5469603177.tar.gz
suil-9fe18328631b5a427bf311e7081e5f5469603177.tar.bz2
suil-9fe18328631b5a427bf311e7081e5f5469603177.zip
Add waf build artifacts to gitignore file
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index bee8a64..204c242 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,4 @@
+build/**
+.waf-*
+.lock-waf*
__pycache__