Grumpy Monkey

A blog of sorts

Butcombe Trail Ultra 50, 2019

I wan’t sure how I was feeling the morning of the race. Tired definitely. A busy week, pre-race nerves and a windy night didn’t allow for a good night’s sleep.

Up out of bed. Coffee. Only half my breakfast. Buffeted down the M5 to the race HQ. Parked, loo, registered. Bumped into Helen, nice to see a familiar face. Race briefing and then we were off in what seemed like no time at all.

The rain had more or less stopped. But the wind. The wind dominated the day. Hat, gloves, tee, long-sleeve and jacket. Had to keep moving to stop feeling frozen.

Ignoring local changes to a file in git

See http://stackoverflow.com/questions/1753070/git-ignore-files-only-locally

Basically, edit .git/config/exclude.

e.g.
# git ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
# exclude patterns (uncomment them if you want to use them):
# *.[oa]
# *~
sites/default/settings.php

Pages