From b4fcdab7f48a0a954d51cee9750f03b70ea7f548 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Mon, 29 Sep 2025 17:55:49 +0300 Subject: [PATCH] meta: correctly ignore corrected files Signed-off-by: NotAShelf Change-Id: I6a6a6964a2b8fd7724999f28432a8b12c6143e54 --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..002cfd3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +/bin +/obj + +# Generated by wayland-scanner +include/xdg-shell.h +include/wlr-layer-shell-unstable-v1.h +src/xdg-shell.c +src/wlr-layer-shell-unstable-v1.c