Commit 01309f21 authored by Sumit Sahrawat's avatar Sumit Sahrawat

Add Evaluate.hs to hindent's ignored-files

parent 1f9426d4
...@@ -58,7 +58,7 @@ for source_dir in ["src", "ipython-kernel", "ihaskell-display"]: ...@@ -58,7 +58,7 @@ for source_dir in ["src", "ipython-kernel", "ihaskell-display"]:
else: else:
# Take Haskell files, but ignore the Cabal Setup.hs # Take Haskell files, but ignore the Cabal Setup.hs
# Also ignore IHaskellPrelude.hs, it uses CPP in weird places # Also ignore IHaskellPrelude.hs, it uses CPP in weird places
ignored_files = ["Setup.hs", "IHaskellPrelude.hs"] ignored_files = ["Setup.hs", "IHaskellPrelude.hs", "Evaluate.hs"]
if filename.endswith(".hs") and filename not in ignored_files: if filename.endswith(".hs") and filename not in ignored_files:
sources.append(os.path.join(root, filename)) sources.append(os.path.join(root, filename))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment