diff options
author | Case Duckworth | 2021-02-22 15:55:36 -0600 |
---|---|---|
committer | Case Duckworth | 2021-02-22 15:55:36 -0600 |
commit | a0f66203f8f65a9ced14728b6b5f7880d56ffce0 (patch) | |
tree | 1b7430204124529891d3c47dba4adad51e817cd7 /.gitignore | |
parent | Add scroll settings (diff) | |
download | emacs-a0f66203f8f65a9ced14728b6b5f7880d56ffce0.tar.gz emacs-a0f66203f8f65a9ced14728b6b5f7880d56ffce0.zip |
Add .gitattributes
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 ... |