aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: ed1cf1930fe0e6d27533c58c709b61f74eaa9b88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Build artifacts
work/
out/
profile/

# Downloaded packages
zfs-packages/
vm/
test-logs/
reference-repos/

# Baked AUR local repo (built by build-aur.sh each run) and its staging dir
aur-packages/
aur-packages.staging/

# Personal session/workflow docs (not project documentation)
.ai/
todo.org
inbox/

# Host-specific installer configs (contain secrets); see *.conf.example templates
installer/velox-*.conf

# Editor backups / autosave / lockfiles (emacs)
*~
\#*\#
.\#*