diff options
-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 |