Add .ignore files to avoid searching asset folders

pull/156/head
sharkdp 6 years ago
parent a13eb60df3
commit 39e2971e96

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

@ -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…
Cancel
Save