aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 4bc61c3e32140e158d18b3aabd3d85d1ed28d223 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
*~