Opened 3 years ago
Closed 3 years ago
#19545 closed defect (fixed)
Ignore vim swap files and git mergetool backups
Reported by: | cypherpunks | Owned by: | teor |
---|---|---|---|
Priority: | Medium | Milestone: | |
Component: | Core Tor/Chutney | Version: | |
Severity: | Trivial | Keywords: | |
Cc: | Actual Points: | ||
Parent ID: | Points: | ||
Reviewer: | Sponsor: |
Description
While working on #9087 i noticed the Chutney git ignore list does not ignore vim swap files and git mergetool backup files.
The attached patches add both file extensions to the git ignore list.
Child Tickets
Attachments (2)
Change History (4)
Changed 3 years ago by
Attachment: | 0001-Add-vim-swap-files-to-the-git-ignore-list.patch added |
---|
Changed 3 years ago by
Attachment: | 0002-Add-git-mergetool-backups-to-the-git-ignore-list.patch added |
---|
comment:1 Changed 3 years ago by
Status: | new → needs_review |
---|
comment:2 Changed 3 years ago by
Resolution: | → fixed |
---|---|
Status: | needs_review → closed |
Note: See
TracTickets for help on using
tickets.
Merged to master as 5b67e24 and 7e708a5.