diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-06-27 16:06:23 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-06-27 16:06:23 +0100 |
commit | 49580df21964c192e1b8cf39fe306e952649938b (patch) | |
tree | 12eb4d2e6c47774d6fe4c4ea575a926aabc0bc85 /.gitignore | |
parent | 3588b0371311f744621b243d117bab58959c2a89 (diff) | |
download | dotfiles-49580df21964c192e1b8cf39fe306e952649938b.tar.gz dotfiles-49580df21964c192e1b8cf39fe306e952649938b.tar.bz2 dotfiles-49580df21964c192e1b8cf39fe306e952649938b.zip |
(Emacs)~Stop tracking custom.el
I don't like custom.el. I don't like what it does. Anything in it
that's actually useful should be made persistent in my configuration
anyway. So why should I have it tracked in git? Should be set per
machine anyway.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -21,4 +21,5 @@ TAGS /Mail/.local/share/mail/ /Pictures/ /SystemD/.config/systemd/user/default.target.wants/ -/SystemD/.config/systemd/user/timers.target.wants/
\ No newline at end of file +/SystemD/.config/systemd/user/timers.target.wants/ +Emacs/.config/emacs/.config/custom.el |