From d50aa0e9a5b4ca65281bb9f7addc9ced73fb1a14 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Wed, 6 Dec 2017 16:16:13 +0000 Subject: [PATCH] gitignore: Ignore more files Noticed while playing around with PDF generation. Change-Id: I6e2273cb20247cbb85b03e1abe1b8924f708e12b Signed-off-by: Stephen Finucane --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 8b2ca616..6e37f5f0 100644 --- a/.gitignore +++ b/.gitignore @@ -9,9 +9,18 @@ doc/build doc/source/BBresult api-ref/build .tox +/.venv +*.swp +*.log +*.egg* # Editors *~ # Files created by releasenotes build releasenotes/build + +# Files created by the LaTeX/PDF build +/.aux +/.fdb_latexmk +/texput.fls