diff options
author | Karel Kočí <cynerd@email.cz> | 2020-10-06 16:21:02 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-10-06 16:21:02 +0200 |
commit | 060463dcc74e5a6c7f49f504676ca4712af566ee (patch) | |
tree | f4b259470acfb3700a371147f8dff081c3bb5e5d /install | |
parent | 69fc8d40d9a82ce675f46c2ba0dc754cbc99fe2b (diff) | |
download | myconfigs-060463dcc74e5a6c7f49f504676ca4712af566ee.tar.gz myconfigs-060463dcc74e5a6c7f49f504676ca4712af566ee.tar.bz2 myconfigs-060463dcc74e5a6c7f49f504676ca4712af566ee.zip |
gitignore: add
Diffstat (limited to 'install')
-rwxr-xr-x | install | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |