[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] gitignore: update
From: |
Zack Weinberg |
Subject: |
Re: [PATCH] gitignore: update |
Date: |
Sun, 12 Dec 2021 09:49:30 -0500 |
User-agent: |
Cyrus-JMAP/3.5.0-alpha0-4514-g2bdc19e04f-fm-20211209.002-g2bdc19e0 |
On Sun, Dec 12, 2021, at 1:07 AM, Mike Frysinger wrote:
> Ignore all *~ files as editors like to create them, as do some
> autotool steps. This also matches what autoconf is doing.
...
> +*~
> +.#*
Suggest also adding \#*# (emacs autosave files) and .*.sw[op] (vim autosave
files).
zw