When using vhdl-mode in emacs, there is a template that creates a header with some useful information. One of the lines contains the date of the last update and is automatically updated by emacs when the file is saved:
-- Last update: 2016-04-27
The problem with this is that every time I do a git pull or similar that performs a merge, I will get a conflict on this line since the date will be different.
Is there a way to get git to ignore lines that starts with e.g. "-- Last update:" and just use the latest version.
I.e. It should not ignore the line at commit as being asked for in other questions, it should ignore the contents at merge or avoid a conflict