From: Mike Frysinger Date: Mon, 13 Dec 2021 02:01:03 +0000 (-0800) Subject: maint: update .gitignore. X-Git-Tag: v1.16i~150 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bed9e25e89e6c42ae23794015a62310b0208c82b;p=thirdparty%2Fautomake.git maint: update .gitignore. * .gitignore: ignore *~ .# and (from Zack Weinberg, autosave files) .*.sw[op] \#*#, closer to matching Autoconf. https://lists.gnu.org/archive/html/automake-patches/2021-12/msg00005.html https://lists.gnu.org/archive/html/automake-patches/2021-12/msg00010.html --- diff --git a/.gitignore b/.gitignore index 89e71ec97..6e7809bff 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +*~ +.#* +.*.sw[op] +\#*# /.autom4te.cache /ChangeLog /Makefile