aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall2
1 files changed, 2 insertions, 0 deletions
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