From 074bba1faf6c69a43fdb5aca82cc5cfb0071ef4f Mon Sep 17 00:00:00 2001 From: Blendoit Date: Fri, 14 Aug 2020 18:04:00 -0700 Subject: DOS file coding system. --- .gitignore | 60 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 30 insertions(+), 30 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 5398774..e7ba194 100644 --- a/.gitignore +++ b/.gitignore @@ -1,30 +1,30 @@ -# .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 + +# 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 -- cgit v1.2.3