diff options
author | David Robillard <d@drobilla.net> | 2020-04-09 13:46:11 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-04-09 13:46:11 +0200 |
commit | 9538155723c45d3f5f83ed537ef8d3cc744328c8 (patch) | |
tree | f9ed3bf18b841eb1072e0d254c191efb834dfcb6 | |
parent | 1da0907269cf18df926bf8e9c09439d3084f5d1a (diff) | |
download | ganv-9538155723c45d3f5f83ed537ef8d3cc744328c8.tar.gz ganv-9538155723c45d3f5f83ed537ef8d3cc744328c8.tar.bz2 ganv-9538155723c45d3f5f83ed537ef8d3cc744328c8.zip |
Add gitignore file
-rw-r--r-- | .gitignore | 4 |
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__ |