From d29115b4da24e0383f9becd06a3dcfe9549c72dd Mon Sep 17 00:00:00 2001 From: sharkdp Date: Sun, 28 May 2017 19:35:27 +0200 Subject: [PATCH] Change .gitignore to .ignore --- tests/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test.sh b/tests/test.sh index e57ed8e..8a7e60d 100644 --- a/tests/test.sh +++ b/tests/test.sh @@ -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