diff options
| author | Luke Hoersten <[email protected]> | 2026-06-13 22:35:46 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2026-06-13 22:35:46 -0500 |
| commit | e91ed43dee0f2715362fed9f52fa684e655de7be (patch) | |
| tree | 1a72722eaed08e27cf3e5feaf6c2de8f2e4c4230 | |
| parent | 965f88596f8c1272a8c60f2aa0fd2a5ab88c9025 (diff) | |
Untrack Emacs lock files; ignore .#* and *~
| l--------- | .#README.md | 1 | ||||
| -rw-r--r-- | .gitignore | 5 |
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 @@ -4,3 +4,8 @@ sdkconfig.old dependencies.lock managed_components/ /.cache/ + +# Emacs lock files +.#* +\#*\# +*~ |
