wmboyles / Math-Summaries

Medium length summaries of math subjects like multivariable calculus. Longer than a formula sheet, shorter than a textbook.
The Unlicense
75 stars 11 forks source link

Add .gitignore #5

Closed esselltwo closed 5 years ago

esselltwo commented 5 years ago

This avoids tracking auxiliary build files (.aux, etc.) that LaTeX generates during compiling.

If accepted, you might want to delete the ones there already (main.aux, etc.) I would add it to this pull request but I'm on the web client and I'm not sure how to do that.

Another option is to also avoid tracking the generated PDFs, but you might want to keep those so people can view them without building the PDF themselves.

wmboyles commented 5 years ago

Done. Deleted all proposed except .toc. How will deleting a .toc file affect the table of contents?

esselltwo commented 5 years ago

I believe the .toc files are also generated automatically during a build, so removing them from the repo shouldn't matter. (It might mean one more pdflatex run to build, but that's what latexmk is for.)

wmboyles commented 5 years ago

OK. I'll remove it.