@andy5995 if this is the directory you use to build in (good idea to build "out of tree"), you can use:
```bash $ 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 or view it on GitHub: https://github.com/geany/geany/pull/2191#issuecomment-501918772
