Commit ede0ae6454e3

Vincent Demeester <vincent@sbr.pm>
2025-06-20 15:54:51
tools/emacs: update .gitignore
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 2a0bb5b
Changed files (2)
tools
tools/emacs/transient/history.el
@@ -1,20 +0,0 @@
-((denote-transient nil)
- (magit-blame
-  ("-w"))
- (magit-branch nil)
- (magit-commit nil
-	       ("--reset-author"))
- (magit-dispatch nil)
- (magit-fetch nil)
- (magit-gitignore nil)
- (magit-log
-  ("-n256" "--graph" "--decorate"))
- (magit-push nil
-	     ("--force-with-lease"))
- (magit-rebase
-  ("--autostash")
-  nil)
- (magit-remote
-  ("-f"))
- (magit-tag nil)
- (rg-menu nil))
tools/emacs/.gitignore
@@ -39,4 +39,6 @@ mini/*
 multisession
 projects
 request
-url
\ No newline at end of file
+url
+transient
+chatgpt
\ No newline at end of file