Re: [pacman-dev] [PATCH] Add `build/` to gitignore

2020-12-14 Thread Colin Woodbury
Thank Eli, I'll keep an eye out for 0.57. Yup, this patch can be sent to the dustbin. Cheers, Colin On Sun, 13 Dec 2020, at 20:42, Eli Schwartz wrote: > On 12/13/20 5:17 PM, Colin Woodbury wrote: > > And now it's merged! :) > Indeed, thanks for the prodding on this mailing list which made it >

Re: [pacman-dev] [PATCH] Add `build/` to gitignore

2020-12-13 Thread Eli Schwartz
On 12/13/20 5:17 PM, Colin Woodbury wrote: And now it's merged! :) Indeed, thanks for the prodding on this mailing list which made it happen. meson 0.57 will automatically ignore configured build directories. Hence, this proposed patch is obsolete. -- Eli Schwartz Bug Wrangler and Trusted Use

Re: [pacman-dev] [PATCH] Add `build/` to gitignore

2020-12-13 Thread Colin Woodbury
And now it's merged! :) On Sat, 12 Dec 2020, at 17:01, Eli Schwartz wrote: > On 12/10/20 9:12 PM, Colin Woodbury wrote: > > Right, having `meson` do it automatically would work well. I put > > forth the patch in the first place because the instructions on the > > Pacman website (master branch), if

Re: [pacman-dev] [PATCH] Add `build/` to gitignore

2020-12-12 Thread Eli Schwartz
On 12/10/20 9:12 PM, Colin Woodbury wrote: Right, having `meson` do it automatically would work well. I put forth the patch in the first place because the instructions on the Pacman website (master branch), if followed, place the artifacts in `build/`. Other newcomers to the project like me would

Re: [pacman-dev] [PATCH] Add `build/` to gitignore

2020-12-10 Thread Eli Schwartz
On 12/10/20 9:40 PM, Ivy Foster wrote: On 10 Dec 2020, at 6:12 pm -0800, Colin Woodbury wrote: Right, having `meson` do it automatically would work well. I put forth the patch in the first place because the instructions on the Pacman website (master branch), if followed, place the artifacts in

Re: [pacman-dev] [PATCH] Add `build/` to gitignore

2020-12-10 Thread Ivy Foster
On 10 Dec 2020, at 6:12 pm -0800, Colin Woodbury wrote: > Right, having `meson` do it automatically would work well. I put > forth the patch in the first place because the instructions on the > Pacman website (master branch), if followed, place the artifacts in > `build/`. Other newcomers to the p

Re: [pacman-dev] [PATCH] Add `build/` to gitignore

2020-12-10 Thread Colin Woodbury
Right, having `meson` do it automatically would work well. I put forth the patch in the first place because the instructions on the Pacman website (master branch), if followed, place the artifacts in `build/`. Other newcomers to the project like me would hit the same thing, so some automated sol

Re: [pacman-dev] [PATCH] Add `build/` to gitignore

2020-12-10 Thread Eli Schwartz
On 12/9/20 2:14 PM, Colin Woodbury wrote: Since it's a transient directory for build artifacts, nothing in there will ever been committed. Ignoring it also makes IDEs happier during file search. Signed-off-by: Colin Woodbury --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/

[pacman-dev] [PATCH] Add `build/` to gitignore

2020-12-09 Thread Colin Woodbury
Since it's a transient directory for build artifacts, nothing in there will ever been committed. Ignoring it also makes IDEs happier during file search. Signed-off-by: Colin Woodbury --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 01975fd2..638dfe