<div dir="ltr"><div>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.<br>
</div>--Jason Ekstrand <br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jun 18, 2014 at 11:42 PM, Srivardhan Hebbar <span dir="ltr"><<a href="mailto:sri.hebbar@samsung.com" target="_blank">sri.hebbar@samsung.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">This is a fix to the following bug:<br>
<a href="https://bugs.freedesktop.org/show_bug.cgi?id=80214" target="_blank">https://bugs.freedesktop.org/show_bug.cgi?id=80214</a><br>
<br>
Signed-off-by: Srivardhan Hebbar <<a href="mailto:sri.hebbar@samsung.com">sri.hebbar@samsung.com</a>><br>
---<br>
 m4/.gitignore |    2 ++<br>
 1 file changed, 2 insertions(+)<br>
 create mode 100644 m4/.gitignore<br>
<br>
diff --git a/m4/.gitignore b/m4/.gitignore<br>
new file mode 100644<br>
index 0000000..c96a04f<br>
--- /dev/null<br>
+++ b/m4/.gitignore<br>
@@ -0,0 +1,2 @@<br>
+*<br>
+!.gitignore<br>
\ No newline at end of file<br>
<span class="HOEnZb"><font color="#888888">--<br>
1.7.9.5<br>
<br>
_______________________________________________<br>
wayland-devel mailing list<br>
<a href="mailto:wayland-devel@lists.freedesktop.org">wayland-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/wayland-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/wayland-devel</a><br>
</font></span></blockquote></div><br></div>