From 27cbd3c7e32b470d73d63b96dc59150d073d7af5 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Wed, 9 Oct 2019 15:36:46 +0200 Subject: [PATCH] gitignore: add *.netcat.stderr Change-Id: I0119153aa0a7f035f067c5a8607f8f1930b9fc1c --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 519dc488d..41add9193 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ selftest/Selftest !bin/Makefile !deps/Makefile .*.sw? +*.netcat.stderr