Make .gitignore stricter
This commit is contained in:
parent
19cd9ad9e0
commit
966aa9e91e
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user