mirror of
https://github.com/sharkdp/bat
synced 2024-11-22 03:43:10 +00:00
Add .ignore files to avoid searching asset folders
This commit is contained in:
parent
a13eb60df3
commit
39e2971e96
4 changed files with 7 additions and 0 deletions
2
assets/.ignore
Normal file
2
assets/.ignore
Normal file
|
@ -0,0 +1,2 @@
|
|||
syntaxes/*
|
||||
themes/*
|
1
tests/benchmarks/.ignore
Normal file
1
tests/benchmarks/.ignore
Normal file
|
@ -0,0 +1 @@
|
|||
test-src/*
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue