diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 57 |
1 files changed, 27 insertions, 30 deletions
@@ -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 |