Add .ignore files to avoid searching asset folders

This commit is contained in:
sharkdp 2018-05-25 17:44:50 +02:00
parent a13eb60df3
commit 39e2971e96
4 changed files with 7 additions and 0 deletions

2
assets/.ignore Normal file
View File

@ -0,0 +1,2 @@
syntaxes/*
themes/*

1
tests/benchmarks/.ignore Normal file
View File

@ -0,0 +1 @@
test-src/*

View File

@ -1,3 +1,5 @@
#!/bin/bash
if ! which hyperfine > /dev/null 2>&1; then
echo "'hyperfine' does not seem to be installed."
echo "You can get it here: https://github.com/sharkdp/hyperfine"

View File

@ -1,3 +1,5 @@
#!/bin/bash
if ! which hyperfine > /dev/null 2>&1; then
echo "'hyperfine' does not seem to be installed."
echo "You can get it here: https://github.com/sharkdp/hyperfine"