From 14e6b41a5f9c0ca61860a303fc3d7ad0fc6ad951 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Sun, 11 Nov 2018 14:49:24 +0100 Subject: [PATCH] Add .gitattributes --- ci/.gitattributes | 1 + tests/.gitattributes | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 ci/.gitattributes create mode 100644 tests/.gitattributes diff --git a/ci/.gitattributes b/ci/.gitattributes new file mode 100644 index 00000000..5c3d83bc --- /dev/null +++ b/ci/.gitattributes @@ -0,0 +1 @@ +*.bash linguist-vendored diff --git a/tests/.gitattributes b/tests/.gitattributes new file mode 100644 index 00000000..0af6cead --- /dev/null +++ b/tests/.gitattributes @@ -0,0 +1,2 @@ +examples/* linguist-vendored +snapshots/* linguist-vendored