@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".
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.