From d7b51b9d50b13310dda90e234be1716021103cd9 Mon Sep 17 00:00:00 2001 From: Pasha Stetsenko Date: Sun, 14 Nov 2021 00:59:22 -0800 Subject: [PATCH] Added Makefile to .gitignore (#1096) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 617b6be5d..74441f872 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,5 @@ _build/ coverage .fvm +Makefile +!doc/_sphinx/Makefile