Mykhailo Makukha's blog

Just another WordPress.com weblog

Typical .hgignore file for LaTeX project

leave a comment »

When working on TeX documents, version control can help very much. I use Mercurial.

When compiling a final document, typesetting engine (e.g. pdflatex) produces a lot of intermediate files, which should not be version controlled. One way to exclude such files from version control is Mercurial’s .hgignore file that should be placed in repository root.

Here’s such an example file that tells hg to ignore TeX intermediate stuff:

syntax: glob

*.aux
*.bbl
*.blg
*.brf
*.log
*.out
*.synctex.gz
*.thm
*.toc

Advertisement

Written by makukha

10.11.2010 at 12:23

Posted in Typesetting

Tagged with ,

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.