Automake (1.12 here) parallel-tests installs a test-driver file, another file to add to .gitignore.
While at it, remove the duplicate cscope.out entry and add TAGS (the result of automake's "make tag") --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3a54ace..f0b5df1 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ cscope.out /ltmain.sh /missing /stamp-h1 +/test-driver Makefile Makefile.in -cscope.out +TAGS -- 1.8.1.4 _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
