diff options
author | Case Duckworth | 2022-04-02 13:52:23 -0500 |
---|---|---|
committer | Case Duckworth | 2022-04-02 13:52:23 -0500 |
commit | 2e46fd9241fd71dc772fd2f3176750c936cd37a6 (patch) | |
tree | 1ee24ac1eaa95de2153deffc9706c28e7d57f0c9 /.gitignore | |
parent | Merge branch 'main' of tildegit.org:acdw/emacs (diff) | |
download | emacs-2e46fd9241fd71dc772fd2f3176750c936cd37a6.tar.gz emacs-2e46fd9241fd71dc772fd2f3176750c936cd37a6.zip |
Ignore scratch.el
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 71b07a9..4c2cdcd 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -18,3 +18,6 @@ transient/ | |||
18 | var/ | 18 | var/ |
19 | eshell/* | 19 | eshell/* |
20 | !eshell/aliases | 20 | !eshell/aliases |
21 | |||
22 | # put random stuff in here | ||
23 | scratch.el | ||