diff options
| author | Matt Kosarek <matt.kosarek@canonical.com> | 2025-12-29 09:42:32 -0500 |
|---|---|---|
| committer | Matt Kosarek <matt.kosarek@canonical.com> | 2025-12-29 09:42:32 -0500 |
| commit | 301d0aa4d61b21d4daf703672aa4b1d438651296 (patch) | |
| tree | cf6ee1d617f53f42d56d952d5c61eeba4e931aa5 /themes/.gitignore | |
| parent | bf4b3a5c35152c1292757134123b3363d0f81bf6 (diff) | |
Use meson to build the themes subproject
Diffstat (limited to 'themes/.gitignore')
| -rw-r--r-- | themes/.gitignore | 15 |
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 |
