From c9de13ce2432dee7d58fb45c4cecbf026786a48d Mon Sep 17 00:00:00 2001 From: Shulhan Date: Wed, 11 May 2022 01:58:39 +0700 Subject: all: ignore generated test files inside _test directory The _test directory is used as base directory when running local test (for example, by executing "make dev"). Any files inside the _test should not be ignored. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index ca29cd1..2e5d9f4 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ /_bin/darwin_amd64 /_bin/linux_amd64 /_doc/*.html +/_test/etc/rescached/hosts.d/hosts +/_test/var/cache/rescached/ /cover.html /cover.out /heap* -- cgit v1.3