summaryrefslogtreecommitdiff
path: root/themes/.gitignore
diff options
context:
space:
mode:
authorMatt Kosarek <matt.kosarek@canonical.com>2025-12-29 09:42:32 -0500
committerMatt Kosarek <matt.kosarek@canonical.com>2025-12-29 09:42:32 -0500
commit301d0aa4d61b21d4daf703672aa4b1d438651296 (patch)
treecf6ee1d617f53f42d56d952d5c61eeba4e931aa5 /themes/.gitignore
parentbf4b3a5c35152c1292757134123b3363d0f81bf6 (diff)
Use meson to build the themes subproject
Diffstat (limited to 'themes/.gitignore')
-rw-r--r--themes/.gitignore15
1 files changed, 15 insertions, 0 deletions
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