diff options
author | Case Duckworth | 2022-10-17 23:28:16 -0500 |
---|---|---|
committer | Case Duckworth | 2022-10-17 23:28:16 -0500 |
commit | e1bbb46b9dc6aa1a38ce22bae9b8368a6412eb78 (patch) | |
tree | c517d72f55edc4334fc2b7f68f90c4538570b0de | |
parent | Bankruptcy 9 (diff) | |
download | emacs-e1bbb46b9dc6aa1a38ce22bae9b8368a6412eb78.tar.gz emacs-e1bbb46b9dc6aa1a38ce22bae9b8368a6412eb78.zip |
ignore autoloads
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f7f259c..b9b0a28 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -21,6 +21,7 @@ eshell/* | |||
21 | url/ | 21 | url/ |
22 | spell-fu/ | 22 | spell-fu/ |
23 | yoke/ | 23 | yoke/ |
24 | lisp/*-autoloads.el | ||
24 | 25 | ||
25 | # put random stuff in here | 26 | # put random stuff in here |
26 | scratch.el | 27 | scratch.el |