From a0f66203f8f65a9ced14728b6b5f7880d56ffce0 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 22 Feb 2021 15:55:36 -0600 Subject: [PATCH] Add .gitattributes --- .gitattributes | 3 +++ .gitignore | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a5516e5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.lisp diff=lisp +*.el diff=lisp +*.org diff=org diff --git a/.gitignore b/.gitignore index 82566c8..d273700 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ !init.el !early-init.el !.gitignore +!.gitattributes !README.* # and ...