diff options
author | Blendoit <blendoit@gmail.com> | 2020-08-23 19:26:58 -0700 |
---|---|---|
committer | Blendoit <blendoit@gmail.com> | 2020-08-23 19:26:58 -0700 |
commit | d284d5b67ca6980f227dfe5f2f06476d7b3f76fc (patch) | |
tree | 698aa64f861b8a0dfb23c3667fa9279dc1061bc5 /.gitignore | |
parent | 3c54a22c169dafb18f5a87fa6ccf0a14863d44b8 (diff) |
Bootstrap
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 |