fix: Correct emacs auto-save gitignore pattern

This commit is contained in:
Paul Gauthier (aider) 2024-12-11 20:44:02 -08:00
parent c3f85c3bb2
commit 8ee8279044

View file

@ -25,7 +25,7 @@ def load_gitignores(gitignore_paths: list[Path]) -> Optional[PathSpec]:
"*.bak", # Generic backup
"*.swp", # Vim swap
"*.swo", # Vim swap
"#*#", # Emacs auto-save
"\\#*\\#", # Emacs auto-save
".#*", # Emacs lock files
"*.tmp", # Generic temp files
"*.temp", # Generic temp files