Update .gitignore to include backup files and correct directory entry

This commit is contained in:
HendrikRauh 2026-02-08 17:36:36 +01:00
parent b33f5a432b
commit 22f9282191

4
.gitignore vendored
View file

@ -1,4 +1,5 @@
# Miscellaneous # Miscellaneous
*.bak
*.class *.class
*.log *.log
*.pyc *.pyc
@ -6,10 +7,9 @@
.DS_Store .DS_Store
.atom/ .atom/
.buildlog/ .buildlog/
.direnv .direnv/
.history .history
.svn/ .svn/
flake.nix.bak
coverage/* coverage/*