From c709f6f89cc7290b839d0d34341c371a0158733f Mon Sep 17 00:00:00 2001
From: Ian Bell <ian.bell@nist.gov>
Date: Mon, 7 Nov 2022 11:23:48 -0500
Subject: [PATCH] Ignore generated PDF in docs

---
 .gitignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 8b35398..8ad801e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,4 +12,5 @@
 /doc/build
 /**/.DS_Store
 doc/source/_static/doxygen
-doc/source/api/*.rst
\ No newline at end of file
+doc/source/api/*.rst
+doc/source/examples/*.pdf
\ No newline at end of file
-- 
GitLab