diff options
author | Blendoit <blendoit@gmail.com> | 2020-10-04 20:54:12 -0700 |
---|---|---|
committer | Blendoit <blendoit@gmail.com> | 2020-10-04 20:54:12 -0700 |
commit | 5cc72005748960596a7e0003cdf34b95685b03b3 (patch) | |
tree | cc8694afc154648af5bfee57f4ba3bbea15f77a4 /.gitignore | |
parent | f92c4dfc8cbc1c4288618600a962819b2762042f (diff) |
Start work on user details.
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 |