From e670e02a4f47fb6c093b382fee760cbd4b28d1c4 Mon Sep 17 00:00:00 2001 From: dbroqua Date: Tue, 23 Jun 2020 10:03:08 +0200 Subject: [PATCH] Updated git config --- config/git/ignore | 1 + dotfiles/gitconfig | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 config/git/ignore diff --git a/config/git/ignore b/config/git/ignore new file mode 100644 index 0000000..1377554 --- /dev/null +++ b/config/git/ignore @@ -0,0 +1 @@ +*.swp diff --git a/dotfiles/gitconfig b/dotfiles/gitconfig index 19e9af1..db3ef9d 100644 --- a/dotfiles/gitconfig +++ b/dotfiles/gitconfig @@ -8,7 +8,6 @@ [core] autocrlf = input whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol - excludesfile = /home/vjousse/dotfiles/gitignore_global [alias] co = commit