From 301d0aa4d61b21d4daf703672aa4b1d438651296 Mon Sep 17 00:00:00 2001 From: Matt Kosarek Date: Mon, 29 Dec 2025 09:42:32 -0500 Subject: Use meson to build the themes subproject --- themes/.gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 themes/.gitignore (limited to 'themes/.gitignore') diff --git a/themes/.gitignore b/themes/.gitignore new file mode 100644 index 0000000..a967258 --- /dev/null +++ b/themes/.gitignore @@ -0,0 +1,15 @@ +# Build directories +dist/ +builddir/ +.cache/ + +# IDE +.idea/ +.vscode/ +*.swp +*.swo +*~ + +# Meson +.meson_subdir/ +compile_commands.json -- cgit v1.2.1