diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2,8 +2,13 @@ *.elc *.eln /.eldev/ +/.eask/ /eln-cache/ +# Generated by eask +/duet-autoloads.el +/duet-pkg.el + # Emacs cruft *~ \#*\# @@ -12,6 +17,7 @@ # Coverage / test output /coverage/ /.coverage/ +tests/*-output.log # Local planning + tooling (kept out of the public repo). /.ai/ |
