diff options
author | Jakob Stendahl <14180120+JakobST1n@users.noreply.github.com> | 2021-02-09 12:08:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-09 12:08:24 +0100 |
commit | 773c3fe0458e4eb5a833df1d1bbe2481ab0b14dd (patch) | |
tree | 51e9b2dd830e3d53f8e85b690e0c2345a80dec22 | |
parent | 62ae4f4e24aa65d56bce9e87000a5335eb48b21c (diff) | |
download | hoverbit-ble-773c3fe0458e4eb5a833df1d1bbe2481ab0b14dd.tar.gz hoverbit-ble-773c3fe0458e4eb5a833df1d1bbe2481ab0b14dd.zip |
:memo: Add build.py as vendored
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index e3839c0..547b9d4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ utils/* linguist-documentation utils/* linguist-vendored CMakeLists.txt linguist-vendored +build.py linguist-vendored |