From: Emil Velikov <[email protected]> Instruct git go ignore the file, in case we've done an in-tree build.
Cc: Derek Foreman <[email protected]> Signed-off-by: Emil Velikov <[email protected]> --- I've opted for the shortest fix - add an entry instead of renaming files, updating build rules, etc. If people really want to we can opt for that route. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8da9861..eadea12 100644 --- a/.gitignore +++ b/.gitignore @@ -43,5 +43,6 @@ Makefile Makefile.in exec-fd-leak-checker fixed-benchmark +/wayland-egl-abi-check /wayland-scanner protocol/*.[ch] -- 2.16.0 _______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
