From a3182e68e48710dd4b999e3d1409fd7f5e68545b Mon Sep 17 00:00:00 2001 From: sharkdp Date: Mon, 12 Nov 2018 21:49:19 +0100 Subject: [PATCH] Update .gitattributes --- tests/.gitattributes | 2 ++ tests/benchmarks/.gitattributes | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 tests/benchmarks/.gitattributes diff --git a/tests/.gitattributes b/tests/.gitattributes index 0af6cead..db21fbf4 100644 --- a/tests/.gitattributes +++ b/tests/.gitattributes @@ -1,2 +1,4 @@ examples/* linguist-vendored snapshots/* linguist-vendored +benchmarks/* linguist-vendored +benchmarks/test-src/* linguist-vendored diff --git a/tests/benchmarks/.gitattributes b/tests/benchmarks/.gitattributes deleted file mode 100644 index 831a5762..00000000 --- a/tests/benchmarks/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -test-src/* linguist-vendored