From 5d6ee6dd83496b6425dde0ef05e4a80722367fa6 Mon Sep 17 00:00:00 2001 From: Alessandro Mauri Date: Sun, 30 Aug 2020 23:07:35 +0200 Subject: [PATCH] more readable gitignore --- .gitignore | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 748af16..75fb337 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,8 @@ *.out *.swp *.o -hkd* -!hkd.1 -tests/parse -tests/ioctl -tests/evtest -tests/struct_init -tests/inotify +hkd +hkd_debug +tests/** +!tests/*.c +!tests/makefile