The current .gitignore files cause changes to files which are actually part of
the repository to be ignored. This commit modifies the rules so that this does
not happen. The files that were affected are:
config/global/paths.in
contrib/gcc-test-suite/Makefile
docs/ct-ng.1.in
kconfig/Makefile
(as revealed by 'git ls-files --ignored --exclude-standard')
Signed-off-by: James Byrne <james.byrne@origamienergy.com>