From 6732e7e654f3c78a1542e6f13f3892afb367cf12 Mon Sep 17 00:00:00 2001 From: Jesse Talavera-Greenberg Date: Thu, 3 Dec 2015 13:11:25 -0500 Subject: [PATCH] Add a bit to the .gitignore - LaTeX (or UseLATEX.cmake, not sure) copies files to a directory - Don't want to commit those copies to the repo - .pdf files ignored, too (probably better to host the manual on a website and update it with a git hook) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 7e5d0a29..894e9159 100644 --- a/.gitignore +++ b/.gitignore @@ -53,6 +53,9 @@ Makefile *.fls *.fdb_latexmk *.pyg +*.pdf +doc/doc/* +# ^ All files are copied to a directory when compiling the manual; don't wanna commit these! # Misc. *.log