summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-04-09 13:46:11 +0200
committerDavid Robillard <d@drobilla.net>2020-04-09 13:46:11 +0200
commit9538155723c45d3f5f83ed537ef8d3cc744328c8 (patch)
treef9ed3bf18b841eb1072e0d254c191efb834dfcb6
parent1da0907269cf18df926bf8e9c09439d3084f5d1a (diff)
downloadganv-9538155723c45d3f5f83ed537ef8d3cc744328c8.tar.gz
ganv-9538155723c45d3f5f83ed537ef8d3cc744328c8.tar.bz2
ganv-9538155723c45d3f5f83ed537ef8d3cc744328c8.zip
Add gitignore file
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..204c242
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+build/**
+.waf-*
+.lock-waf*
+__pycache__