src.nth.io/

summaryrefslogtreecommitdiff
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
parent965f88596f8c1272a8c60f2aa0fd2a5ab88c9025 (diff)
Untrack Emacs lock files; ignore .#* and *~
l---------.#README.md1
-rw-r--r--.gitignore5
2 files changed, 5 insertions, 1 deletions
diff --git a/.#README.md b/.#README.md
deleted file mode 120000
index 4ecc514..0000000
--- a/.#README.md
+++ /dev/null
@@ -1 +0,0 @@
[email protected]:1776223810 \ No newline at end of file
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
+.#*
+\#*\#
+*~