annotate .hgignore @ 33:aed756d6934e

Prevent lock and temp-File to remain after forced exit. Added trap to remove those temporary files if the script gets stopped unexpectedly (e.g. when vim is exited before the tag-file is fully generated.) Also changed /bin/sh to /bin/bash, because [[ ]] doesn't work with an standard shell. You need at least bash.
author Gerhard Siegesmund <gerhard.siegesmund@btd.de>
date Wed, 29 Oct 2014 13:57:07 +0100
parents ba9a9ebdd345
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
23
ba9a9ebdd345 Properly ignore only tags files.
Ludovic Chabant <ludovic@chabant.com>
parents: 2
diff changeset
1 syntax:regexp
ba9a9ebdd345 Properly ignore only tags files.
Ludovic Chabant <ludovic@chabant.com>
parents: 2
diff changeset
2 (^|/)tags$
2
d073ca33c5b8 Added `.hgignore`.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
3