diff options
-rw-r--r-- | .gitattributes | 3 | ||||
-rw-r--r-- | .gitignore | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a5516e5 --- /dev/null +++ b/.gitattributes | |||
@@ -0,0 +1,3 @@ | |||
1 | *.lisp diff=lisp | ||
2 | *.el diff=lisp | ||
3 | *.org diff=org | ||
diff --git a/.gitignore b/.gitignore index 82566c8..d273700 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -6,6 +6,7 @@ | |||
6 | !init.el | 6 | !init.el |
7 | !early-init.el | 7 | !early-init.el |
8 | !.gitignore | 8 | !.gitignore |
9 | !.gitattributes | ||
9 | !README.* | 10 | !README.* |
10 | 11 | ||
11 | # and ... | 12 | # and ... |