Make .gitignore stricter

This commit is contained in:
Gerard Vermeulen 2024-06-17 12:25:56 +02:00
parent 19cd9ad9e0
commit 966aa9e91e

3
.gitignore vendored
View File

@ -3,7 +3,6 @@
# git status --ignored # git status --ignored
# Directories: # Directories:
/_minted-README
/eln-cache /eln-cache
/elpa /elpa
/etc/yasnippet/snippets/latex-mode/auto/ /etc/yasnippet/snippets/latex-mode/auto/
@ -22,6 +21,7 @@ nuggy.py
pyproject.toml pyproject.toml
variables.el variables.el
worg-backend-dependent-execution-update.org worg-backend-dependent-execution-update.org
yegge.html
# File suffixes: # File suffixes:
*-autoloads.el *-autoloads.el
@ -32,7 +32,6 @@ worg-backend-dependent-execution-update.org
*.elc *.elc
*.fdb_latexmk *.fdb_latexmk
*.fls *.fls
*.html
*.lof *.lof
*.log *.log
*.lol *.lol