From cdbdcb48ee378234cf269ea87dbd314db4bea66e Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 11 Sep 2013 20:56:38 -0400 Subject: Fix some line endings and whitespace. --- igor.py | 1 + 1 file changed, 1 insertion(+) (limited to 'igor.py') diff --git a/igor.py b/igor.py index 79a8b4b..0c37efc 100644 --- a/igor.py +++ b/igor.py @@ -195,6 +195,7 @@ def do_check_eol(): check_file("setup.py") check_file("igor.py") check_file("Makefile") + check_file(".hgignore") check_files("doc", ["*.rst"]) check_files(".", ["*.txt"]) -- cgit v1.2.1