From 1f89c6385ab4c9b2cdf6ce18e52c1f40cd25f075 Mon Sep 17 00:00:00 2001 From: Jason Carver Date: Wed, 25 Apr 2018 18:50:01 -0700 Subject: [PATCH] fix gitignore typo about internals module in docs/ --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e5902e4f..58654f84 100644 --- a/.gitignore +++ b/.gitignore @@ -43,7 +43,7 @@ output/*/index.html # Sphinx docs/_build docs/modules.rst -docs/*.internals.rst +docs/*.internal.rst docs/*.utils.rst # Blockchain