X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=t%2Ft3001-ls-files-others-exclude.sh;h=c65bca838881938e2f924cfe62b2c303dbd5b1cd;hb=e7cf1da70f1bbb477614547ca2874392c9d37862;hp=85aef12a113fed8164a085a19ce5c794ab96ff6f;hpb=c32f76f4d220e5d4d6a599d7a12a50b1e3ceceaf;p=git.git diff --git a/t/t3001-ls-files-others-exclude.sh b/t/t3001-ls-files-others-exclude.sh index 85aef12a1..c65bca838 100755 --- a/t/t3001-ls-files-others-exclude.sh +++ b/t/t3001-ls-files-others-exclude.sh @@ -19,6 +19,9 @@ do >$dir/a.$i done done +>"#ignore1" +>"#ignore2" +>"#hidden" cat >expect <output && test_cmp expect output' -cat > excludes-file << EOF +cat > excludes-file <<\EOF *.[1-8] e* +\#* EOF git config core.excludesFile excludes-file