diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 23 |
1 files changed, 8 insertions, 15 deletions
@@ -1,27 +1,20 @@ # .gitignore -*.elc +# All secrets! +secret* -# TeX artifacts -*.tex -*.lot -*.lof +# .org => .el => .elc +*.el +*.elc # These directories are populated on config execution. elpa/** url/** +meta/** auto-save-list/** transient/** +_minted* # Tangled config .el file from .org -blendoit/blendoit-init.el +smart-documents.el -# Misc -*.eld -ido.last -recentf -srecode-map.el -.org-id-locations -network-security.data -places -projectile.cache |