From d284d5b67ca6980f227dfe5f2f06476d7b3f76fc Mon Sep 17 00:00:00 2001 From: Blendoit Date: Sun, 23 Aug 2020 19:26:58 -0700 Subject: Bootstrap --- .gitignore | 57 +++++++++++++++++++++++++++------------------------------ 1 file changed, 27 insertions(+), 30 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d372379..807703b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,30 +1,27 @@ -# .gitignore - -*.elc - -# Backups -bkp/ - -# TeX artifacts -*.tex -*.lot -*.lof - -# These directories are populated on config execution. -elpa/** -url/** -auto-save-list/** -transient/** - -# Tangled .el files from .org -# blendoit/*.el - -# Misc -*.eld -ido.last -recentf -srecode-map.el -.org-id-locations -network-security.data -places -projectile.cache +# .gitignore + +*.elc + +# TeX artifacts +*.tex +*.lot +*.lof + +# These directories are populated on config execution. +elpa/** +url/** +auto-save-list/** +transient/** + +# Tangled config .el file from .org +blendoit/blendoit-init.el + +# Misc +*.eld +ido.last +recentf +srecode-map.el +.org-id-locations +network-security.data +places +projectile.cache -- cgit v1.2.3