mirror of
https://github.com/sharkdp/bat
synced 2026-08-06 19:21:43 +00:00
Add .ignore files to avoid searching asset folders
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
syntaxes/*
|
||||||
|
themes/*
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
test-src/*
|
||||||
@@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
if ! which hyperfine > /dev/null 2>&1; then
|
if ! which hyperfine > /dev/null 2>&1; then
|
||||||
echo "'hyperfine' does not seem to be installed."
|
echo "'hyperfine' does not seem to be installed."
|
||||||
echo "You can get it here: https://github.com/sharkdp/hyperfine"
|
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
|
if ! which hyperfine > /dev/null 2>&1; then
|
||||||
echo "'hyperfine' does not seem to be installed."
|
echo "'hyperfine' does not seem to be installed."
|
||||||
echo "You can get it here: https://github.com/sharkdp/hyperfine"
|
echo "You can get it here: https://github.com/sharkdp/hyperfine"
|
||||||
|
|||||||
Reference in New Issue
Block a user