diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4bc61c3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# Per-project tooling (local only) +.ai/ +/todo.org + +# --- elisp build / test tooling --- +*.elc +*.eln +/.eask/ +/.coverage/ +/makefile-local +/tests/makefile-local +/tests/*-output.log +/pearl-autoloads.el +/tests/tests-autoloads.el + +# Emacs backup files +*~ |
