From 8267056a6477e3517b974bc1d33d275365c43ec6 Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Tue, 26 May 2015 17:14:57 -0700 Subject: [PATCH] gitignore: Ignore generated header test files --- tests/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/.gitignore b/tests/.gitignore index 25e7344..64d4b87 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -7,3 +7,6 @@ matrix-test setbacklight test-client test-text-client +headers-protocol-core-test.c +headers-protocol-test.c +headers-test.c -- 2.7.4