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

2019-06-14 Thread Andy Alt
> @andy5995 if this is the directory you use to build in (good idea to build > "out of tree"), you can use: > > ```shell > $ 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

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

2019-06-13 Thread Matthew Brush
Closed #2191. -- 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#event-2412210701

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

2019-06-13 Thread Matthew Brush
@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

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

2019-06-13 Thread elextr
I think it might have meant an out-of-tree directory, I don't think you gain much if its in-tree :) I couldn't find any reference in the docs, but maybe @codebrainz will, he seems to be a better googler than me :) I don't know about the mingw builds (@eht16 ?), but since Travis will never

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

2019-06-13 Thread Andy Alt
> Where does "_build" come from? I thought I saw somewhere in the docs where _build is suggested as a separate build directory. That's what I use anyway. I guess it's only used for in travis.yml and maybe the mingw build? Ah, just close this if you don't think it's relevant. -- You are

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

2019-06-13 Thread elextr
Where does "_build" come from? -- 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-501908413

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

2019-06-13 Thread Andy Alt
You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/2191 -- Commit Summary -- * .gitignore:ignore the _build dir -- File Changes -- M .gitignore (1) -- Patch Links -- https://github.com/geany/geany/pull/2191.patch