From 343d1a578d95e129932396fe4f29c174d8410dd7 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Wed, 28 Apr 2021 09:56:50 -0400 Subject: [PATCH] Add GPG handling to attributes --- .gitattributes | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 18b1540..0d51fbc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,7 @@ *.org linguist-detectable *.org linguist-language=Emacs *.org.gpg linguist-detectable -*.org.gpg linguist-language=Emacs \ No newline at end of file +*.org.gpg linguist-language=Emacs + +*.gpg filter=gpg diff=gpg +*.asc filter=gpg diff=gpg \ No newline at end of file