From 6f29acedfef898414beaae31dc05fc5df8080167 Mon Sep 17 00:00:00 2001 From: BirDt_ Date: Sat, 14 Jun 2025 20:28:42 +0800 Subject: [PATCH] Update gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0863b06..f1fffdd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ # Emacs ignores *~ -\#*\# \ No newline at end of file +\#*\# + +# compiled elisp +*.elc \ No newline at end of file