From df239f3536b08d295017f94d0a93c1c00a5039bc Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Thu, 29 Feb 2024 13:09:47 +0000 Subject: build: added to gitignore so temporarly created test directories and files are ignored --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index cb8c9e0..1522943 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,6 @@ /target -.direnv \ No newline at end of file +.direnv +tmpgit-* +test-utils/tmpgit-* +tmp +test-cli-expect-output.txt -- cgit v1.2.3