From ca468ce677b3f6c584b3483120f79f8ed58c9e96 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Wed, 1 Oct 2025 23:16:02 +0300 Subject: [PATCH] meta: ignore test stuff Signed-off-by: NotAShelf Change-Id: I6a6a69643363882503b31ab1fd01af1664d0f8f5 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 002cfd3..339fad0 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,6 @@ include/xdg-shell.h include/wlr-layer-shell-unstable-v1.h src/xdg-shell.c src/wlr-layer-shell-unstable-v1.c + +# Ignore test stuff that I create to... test stuff. +test_*