commit | abdc7180e02f2c42fdf5f6b61041115edd6fc61a | [log] [tgz] |
---|---|---|
author | avm99963 <me@avm99963.com> | Sat Jan 30 19:53:34 2021 +0100 |
committer | avm99963 <me@avm99963.com> | Sat Jan 30 19:53:34 2021 +0100 |
tree | b3aa5bcd42a48f2907f6625fe46e8dd2981c4d5d | |
parent | de16cf68b3a8dbd483cffa2e907f99d9fc981a6d [diff] |
Add Bibtex processing files to gitignore Change-Id: I8220886365fb4e5d2269883f03d7cafa7bf2708e
diff --git a/.gitignore b/.gitignore index 9ed28a8..3c82dfb 100644 --- a/.gitignore +++ b/.gitignore
@@ -1,10 +1,16 @@ .DS_Store output/ -# Tex files +# Tex files *.aux *.fdb_latexmk *.fls *.log *.out *.synctex.gz +*.bbl +*.blg + +# Bibtex-specific files +*.bcf +*.run.xml