Change .gitignore to .ignore

This commit is contained in:
sharkdp 2017-05-28 19:35:27 +02:00
parent 0757a50c31
commit d29115b4da
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ touch ignored.foo
touch .hidden.foo
ln -s one/two symlink
echo "ignored.foo" > .gitignore
echo "ignored.foo" > .ignore
# Run the tests