dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README

commit c306dd12b0371077cc18baf9dd820e78208e2cc2 (patch)
parent 7895aea86d7b80f3713b3b597e61de39523021ee
Author: Alex Karle <alex@karle.co>
Date:   Thu, 28 May 2020 21:28:08 -0400

git: Add tilde files to global gitignore

Been playing around with Emacs a bit :)

Diffstat:
Mgit/ignore | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/git/ignore b/git/ignore @@ -8,8 +8,9 @@ tags TAGS -# Vim files +# Backup files *.swp +*~ # OS Junk .DS_Store