[Github-comments] [geany/geany] .gitignore:ignore the _build dir (#2191)

Matthew Brush notifications at xxxxx
Thu Jun 13 23:52:13 UTC 2019


@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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190613/e5a4498d/attachment.html>


More information about the Github-comments mailing list