diff options
-rw-r--r-- | .gitattributes_global | 1 | ||||
-rw-r--r-- | .gitconfig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes_global b/.gitattributes_global new file mode 100644 index 0000000..f97b721 --- /dev/null +++ b/.gitattributes_global @@ -0,0 +1 @@ +*.gpg diff=gpg @@ -14,3 +14,4 @@ tool = vimdiff [core] excludesFile = ~/.gitignore + attributesfile = ~/.gitattributes |