diff options
author | Guangxiong Lin <[email protected]> | 2022-03-27 18:40:53 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-03-27 18:40:53 +0800 |
commit | 7e0ad0cf4d9d6bed44f581fd9a6e48c699477d0c (patch) | |
tree | 3e7b779d505510a1a32c3e54162f8fcc00df5ef4 | |
parent | cde7f6fc29b3cf39c11807edc95b38fe73a9f273 (diff) | |
download | dotfiles-7e0ad0cf4d9d6bed44f581fd9a6e48c699477d0c.tar.gz dotfiles-7e0ad0cf4d9d6bed44f581fd9a6e48c699477d0c.tar.bz2 dotfiles-7e0ad0cf4d9d6bed44f581fd9a6e48c699477d0c.zip |
Setup global gitignore
-rw-r--r-- | .gitconfig | 2 | ||||
-rw-r--r-- | .gitignore | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -12,3 +12,5 @@ tool = vimdiff [diff] tool = vimdiff +[core] + excludesFile = ~/.gitignore @@ -1,4 +1,5 @@ .DS_Store .tags +compile_commands.json .cache |