mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
fix: Correct emacs auto-save gitignore pattern
This commit is contained in:
parent
c3f85c3bb2
commit
8ee8279044
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue