diff options
author | Niklas Rehfeld <niklas.rehfeld@ecs.vuw.ac.nz> | 2013-05-01 16:55:44 +1200 |
---|---|---|
committer | Nik <niklas.rehfeld@ecs.vuw.ac.nz> | 2013-11-07 22:54:37 +1300 |
commit | f0036b5a401a5d977136308caa0a1810ca15489b (patch) | |
tree | 3cb6a6690398305efe5093b27a2c60a5e3ea34b2 | |
parent | 48c388942c8e11ab8f1ecdc2239002e56f6b67fc (diff) | |
download | gitignore-f0036b5a401a5d977136308caa0a1810ca15489b.tar.gz gitignore-f0036b5a401a5d977136308caa0a1810ca15489b.zip |
add .brf for files generated by hyperref
.brf files are generated if the 'backref' or 'pagebackref' options of the hyperref package are enabled. These are intermediate files, so shouldn't be tracked.
-rw-r--r-- | LaTeX.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LaTeX.gitignore b/LaTeX.gitignore index bc7c7927..a0dd1c35 100644 --- a/LaTeX.gitignore +++ b/LaTeX.gitignore @@ -7,6 +7,7 @@ *.blg *-blx.aux *-blx.bib +*.brf *.dvi *.fdb_latexmk *.fls |