From 86004e52f2af645a52a3733a3927dc56722b35af Mon Sep 17 00:00:00 2001 From: Jakob Stendahl <14180120+JakobST1n@users.noreply.github.com> Date: Tue, 9 Feb 2021 09:48:46 +0100 Subject: :memo: Mark utils folder as docs/vendored --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ab46ae6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +utils/* linguist-documentation +utils/* linguist-vendored -- cgit v1.2.3 From 62ae4f4e24aa65d56bce9e87000a5335eb48b21c Mon Sep 17 00:00:00 2001 From: Jakob Stendahl <14180120+JakobST1n@users.noreply.github.com> Date: Tue, 9 Feb 2021 12:07:02 +0100 Subject: Update .gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index ab46ae6..e3839c0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ utils/* linguist-documentation utils/* linguist-vendored +CMakeLists.txt linguist-vendored -- cgit v1.2.3 From 773c3fe0458e4eb5a833df1d1bbe2481ab0b14dd Mon Sep 17 00:00:00 2001 From: Jakob Stendahl <14180120+JakobST1n@users.noreply.github.com> Date: Tue, 9 Feb 2021 12:08:24 +0100 Subject: :memo: Add build.py as vendored --- .gitattributes | 1 + 1 file changed, 1 insertion(+) (limited to '.gitattributes') 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 -- cgit v1.2.3