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)
This commit is contained in:
Jesse Talavera-Greenberg 2015-12-03 13:11:25 -05:00
parent 092dc057f7
commit 6732e7e654

3
.gitignore vendored
View File

@ -53,6 +53,9 @@ Makefile
*.fls *.fls
*.fdb_latexmk *.fdb_latexmk
*.pyg *.pyg
*.pdf
doc/doc/*
# ^ All files are copied to a directory when compiling the manual; don't wanna commit these!
# Misc. # Misc.
*.log *.log