aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-05-11 01:58:39 +0700
committerShulhan <ms@kilabit.info>2022-05-11 01:58:39 +0700
commitc9de13ce2432dee7d58fb45c4cecbf026786a48d (patch)
treecf7224b33219a2a362780eeb61bad031abbf5d0e
parent1c3e6525b18f7c88d0155f856518a89415d0d95e (diff)
downloadrescached-c9de13ce2432dee7d58fb45c4cecbf026786a48d.tar.xz
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.
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
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*