aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore28
1 files changed, 28 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..da898a0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,28 @@
+# Build artifacts
+build/
+build-container/
+build-container-2404/
+build-container-2404-gcc14/
+
+# Rust build artifacts
+target/
+
+# Flatpak build cache and artifacts
+.flatpak-builder/
+.flatpak-build/
+flatpak-repo/
+flatpak/builddir/
+*.flatpak
+
+# Logs
+*.log
+
+# IDE / editor
+.vscode/
+.idea/
+compile_commands.json
+.cache/
+
+# OS junk
+.DS_Store
+Thumbs.db