aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 048f4705259cb85cb345054709cf5e1552bbffa0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Per-project tooling (local only)
.ai/
/todo.org
/inbox/

# --- 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
*~