From a248ba918dcba2866fe47d5d716d7f0f04abd40f Mon Sep 17 00:00:00 2001 From: "Pablo M. Bermudo Garay" Date: Tue, 1 Dec 2015 23:45:21 +0100 Subject: tests: add *.got files to .gitignore During tests execution, some *.payload.got files may be generated. To avoid annoyances, this commit adds the pattern to .gitignore. Also, the file "dup.t.payload.got", that was presumably included by mistake, has been deleted. Signed-off-by: Pablo M. Bermudo Garay Signed-off-by: Pablo Neira Ayuso --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 63ef1a29..009f7d00 100644 --- a/.gitignore +++ b/.gitignore @@ -24,5 +24,8 @@ ylwrap src/parser_bison.c src/parser_bison.h +# Generated by tests +*.payload.got + # Debian package build temporary files build-stamp -- cgit v1.2.3