From 8541117d363c559eb59e008dd35977bb852a7918 Mon Sep 17 00:00:00 2001 From: Moshe Kaplan Date: Wed, 27 Sep 2017 09:22:12 -0400 Subject: [PATCH] Update suggested .gitignore Update example .gitignore to contain the same content as the sample in "Putting It All Together" --- minimal.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minimal.rst b/minimal.rst index cea8b7f..7e267c9 100644 --- a/minimal.rst +++ b/minimal.rst @@ -153,7 +153,7 @@ There's one more thing we'll probably want in a 'bare bones' package: a ``.gitig # Python egg metadata, regenerated from source files by setuptools. /*.egg-info - + /*.egg That's All You Need ~~~~~~~~~~~~~~~~~~~