From 238595f952a0d0b2899d85a0d374f950a1fd47f5 Mon Sep 17 00:00:00 2001 From: dcarrillo Date: Fri, 19 Jul 2019 17:54:08 +0200 Subject: [PATCH] Add .git* to excludes when installing --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 746bcf9..09fa0e5 100755 --- a/install.sh +++ b/install.sh @@ -8,6 +8,7 @@ function dotfiles() rsync --exclude "dconf/" \ --exclude ".vscode/" \ + --exclude ".git*" \ --exclude "install.sh" \ --exclude "LICENSE" \ --exclude "README.md" \