From 5a1332080d298deec3ba5b233c6819a8bb6a12bf Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sun, 2 Nov 2025 21:20:57 +0300 Subject: [PATCH] meta: ignore test files w/o wildcard Signed-off-by: NotAShelf Change-Id: I90cfb63920a7a42817f5f6c106a731b86a6a6964 --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5e4f977..aca924b 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ src/xdg-shell.c src/wlr-layer-shell-unstable-v1.c # Ignore test stuff that I create to... test stuff. -test_* +test_memory +test_config *.jpg *.conf