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 | |
parent | 69fc8d40d9a82ce675f46c2ba0dc754cbc99fe2b (diff) | |
download | myconfigs-060463dcc74e5a6c7f49f504676ca4712af566ee.tar.gz myconfigs-060463dcc74e5a6c7f49f504676ca4712af566ee.tar.bz2 myconfigs-060463dcc74e5a6c7f49f504676ca4712af566ee.zip |
gitignore: add
-rw-r--r-- | gitignore | 4 | ||||
-rwxr-xr-x | install | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gitignore b/gitignore new file mode 100644 index 0000000..71f7d34 --- /dev/null +++ b/gitignore @@ -0,0 +1,4 @@ +# C development +.gdbinit +.ccls-cache/ +compile_commands.json @@ -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 |