diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b4e7113 --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +# Ignoring residue files from LaTeX compilation: +*.aux +*.bbl +*.bbl-SAVE-ERROR +*.bcf +*.bcf-SAVE-ERROR +*.blg +*.fdb_latexmk +*.fls +*.log +*.out +*.run.xml +*.synctex.gz +*.toc +*.synctex(busy) + +# Removing pdfs as well because they cause many issues especially with `git checkout` +*.pdf \ No newline at end of file