From 9960759f746c6fcd9f21f54b87359995091bae22 Mon Sep 17 00:00:00 2001 From: Robin Getz Date: Wed, 15 Apr 2020 13:36:16 -0400 Subject: [PATCH] gitignore: add conf.py to gitignore The cmake leaves this file in the directory when building doc, so ignore it. Signed-off-by: Robin Getz --- bindings/python/doc/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 bindings/python/doc/.gitignore diff --git a/bindings/python/doc/.gitignore b/bindings/python/doc/.gitignore new file mode 100644 index 000000000..e508cfeb9 --- /dev/null +++ b/bindings/python/doc/.gitignore @@ -0,0 +1,2 @@ +# Cmake leaves a file in the source dir, so ignore it +conf.py