Yup, got your point. I had thought as all the files are not tracked, so had put * there. Will update and send the patch.
Thank-you, Hebbar From: wayland-devel [mailto:wayland-devel-boun...@lists.freedesktop.org] On Behalf Of Jason Ekstrand Sent: Saturday, June 21, 2014 6:09 AM To: Srivardhan Hebbar Cc: Pekka Paalanen; wayland-devel@lists.freedesktop.org Subject: Re: [PATCH] weston-build: Fix aclocal error during autogen.sh I'm not sure that I like ignoring m4 completely. If we ever do put anything useful there, it would be good to make sure it doesn't get forgotten. In the wayland repo, we have a m4/.gitignore that ignores the 5 files that matter. Copying that one might be a better idea. --Jason Ekstrand On Wed, Jun 18, 2014 at 11:42 PM, Srivardhan Hebbar <sri.heb...@samsung.com> wrote: This is a fix to the following bug: https://bugs.freedesktop.org/show_bug.cgi?id=80214 Signed-off-by: Srivardhan Hebbar <sri.heb...@samsung.com> --- m4/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 m4/.gitignore diff --git a/m4/.gitignore b/m4/.gitignore new file mode 100644 index 0000000..c96a04f --- /dev/null +++ b/m4/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file -- 1.7.9.5 _______________________________________________ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland-devel
_______________________________________________ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland-devel