[spp] [PATCH 06/11] project: update gitignore to exclude PDF files

ogawa.yasufumi at lab.ntt.co.jp ogawa.yasufumi at lab.ntt.co.jp
Fri Aug 31 11:14:36 CEST 2018


From: Yasufumi Ogawa <ogawa.yasufumi at lab.ntt.co.jp>

To compile a PDF document, the format of images included in the
document should also be PDF. It means that SVG images should be
converted to PDF while the PDF document is generated and not be
managed from git.

To exclude temporarily generated PDF images, add an entry to
'.gitignore'.

Signed-off-by: Yasufumi Ogawa <ogawa.yasufumi at lab.ntt.co.jp>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index ff9ba64..37bba66 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,5 +2,6 @@
 *.pyc
 *.log
 docs/guides/_build/*
+docs/guides/images/**/*.pdf
 src/controller/3rd_party/*
 tools/sppc/build/*/*/env.sh
-- 
2.7.4



More information about the spp mailing list