@andy5995 if this is the directory you use to build in (good idea to build "out of tree"), you can use:
$ echo "/_build/" >> .git/info/exclude
And it will ignore it for you locally. I do this sometimes with a `.misc` and `.build` for random files I don't want to check in and for building "out of tree".
Great, thanks @codebrainz