From f54325bb99bf2ad05abfe0b8e6d6a569f23bba2b Mon Sep 17 00:00:00 2001 From: Karl Fessel Date: Tue, 2 Mar 2021 16:36:59 +0100 Subject: [PATCH] gitingnore: *bin -> bin and *.bin to not ignore round_robin --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a049643aa1..a734b7e246 100644 --- a/.gitignore +++ b/.gitignore @@ -9,8 +9,9 @@ doc/doxygen/man doc/doxygen/*.log doc/doxygen/*.db doc/doxygen/*.tmp -# Built binaries -*bin +# bin (e.g.:build directory) and .bin files +bin +*.bin # Build directory /build # AFL findings