Add tempfiles to .gitignore

This commit is contained in:
Vedang Manerikar 2024-11-15 08:25:59 +05:30
parent afdbce556f
commit 21a1fa9349
3 changed files with 8 additions and 2 deletions

6
.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
elpa/
cursory-latest-state.eld
fontaine-latest-state.eld
projects
recentf
savehist

View file

@ -2635,7 +2635,7 @@ branches, etc.
(use-package magit
:ensure t
:bind ("C-c g" . magit-status)
:bind ("C-x g" . magit-status)
:init
(setq magit-define-global-key-bindings nil)
;; (setq magit-section-visibility-indicator '("⮧"))

View file

@ -54,7 +54,7 @@
(use-package magit
:ensure t
:bind ("C-c g" . magit-status)
:bind ("C-x g" . magit-status)
:init
(setq magit-define-global-key-bindings nil)
;; (setq magit-section-visibility-indicator '("⮧"))