From 060463dcc74e5a6c7f49f504676ca4712af566ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 6 Oct 2020 16:21:02 +0200 Subject: gitignore: add --- install | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install') diff --git a/install b/install index 47dde80..16a07a1 100755 --- a/install +++ b/install @@ -21,6 +21,8 @@ fi if ask "git" "Install GIT configuration"; then inst gitconfig ~/.gitconfig + inst gitignore ~/.gitignore + git config --global core.excludesfile ~/.gitignore fi if ask "gpg" "Install GPG configuration"; then -- cgit v1.2.3