Re: [PATCH] gitignore: adpat to scanner and protocol path changes

2014-11-19 Thread Pekka Paalanen
On Wed, 22 Oct 2014 18:44:59 +0200 Olivier Blin wrote: > Since commit 4c163b9b001bd93aaf97d7e962873a379eb90bfd, wayland-scanner > is built in top builddir instead of src, and protocol files are > generated in protocol subdir instead of src. > Protocol files generated in the new path are already p

[PATCH] gitignore: adpat to scanner and protocol path changes

2014-10-22 Thread Olivier Blin
Since commit 4c163b9b001bd93aaf97d7e962873a379eb90bfd, wayland-scanner is built in top builddir instead of src, and protocol files are generated in protocol subdir instead of src. Protocol files generated in the new path are already properly ignored in the toplevel gitignore file. Signed-off-by: O