[PATCH] gitignore: add ./message-test

2014-07-06 Thread Guangyu Zhang
./message-test is generated by libtool and should be ignored by git. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c146bac..22e6301 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,4 @@ signal-test socket-test wayland-scanner

Re: [PATCH] gitignore: add ./message-test

2014-07-06 Thread Guangyu Zhang
This patch is for the wayland project. I'm sorry I didn't add the project tag into the title. It's my first time using git send-email. ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org

Re: [PATCH] gitignore: add ./message-test

2014-07-06 Thread Boyan Ding
Yeah, this is necessary, but please insert this line according to alphabetical order (i.e. after map-test). Cheers, Boyan Ding On Sun, 2014-07-06 at 22:10 +0800, Guangyu Zhang wrote: ./message-test is generated by libtool and should be ignored by git. --- .gitignore | 1 + 1 file changed, 1