diff options
author | David Robillard <d@drobilla.net> | 2020-02-15 13:04:17 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-02-15 13:04:17 +0100 |
commit | 13b66a560dd14e7fd0e7e11ac8c2c4ed3cb2a699 (patch) | |
tree | ef20efe000f016199fac2f033acecb578b2805f3 /.gitattributes | |
parent | 3ab23845ca924bfe7ed137c9fa84cb815256dc48 (diff) | |
download | pugl-13b66a560dd14e7fd0e7e11ac8c2c4ed3cb2a699.tar.gz pugl-13b66a560dd14e7fd0e7e11ac8c2c4ed3cb2a699.tar.bz2 pugl-13b66a560dd14e7fd0e7e11ac8c2c4ed3cb2a699.zip |
Set waflib as vendored to fix Github language detection
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..32967c1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +waflib/* linguist-vendored |