From e78bbdd5cd402b0542620629f7093fddede2fd32 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 27 Jun 2018 06:59:02 -0400 Subject: .hgignore is gone, no need to check it. --- igor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/igor.py b/igor.py index f7ae6e66..3eca875a 100644 --- a/igor.py +++ b/igor.py @@ -294,7 +294,6 @@ def do_check_eol(): check_file("setup.py") check_file("igor.py") check_file("Makefile") - check_file(".hgignore") check_file(".travis.yml") check_files(".", ["*.rst", "*.txt"]) check_files(".", ["*.pip"]) -- cgit v1.2.1