src.nth.io/

summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2026-06-13 22:35:46 -0500
committerLuke Hoersten <[email protected]>2026-06-13 22:35:46 -0500
commite91ed43dee0f2715362fed9f52fa684e655de7be (patch)
tree1a72722eaed08e27cf3e5feaf6c2de8f2e4c4230 /.gitignore
parent965f88596f8c1272a8c60f2aa0fd2a5ab88c9025 (diff)
Untrack Emacs lock files; ignore .#* and *~
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e597f25..cb13780 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,8 @@ sdkconfig.old
dependencies.lock
managed_components/
/.cache/
+
+# Emacs lock files
+.#*
+\#*\#
+*~