Message ID | 20250319-update-gitignore-v2-1-a77183931c15@kernel.org (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [v2] fstests: update missing gitignore entries | expand |
On Wed, Mar 19, 2025 at 11:57:33AM +0100, Andrey Albershteyn wrote: > Add autoconf backup files (file~). > > Signed-off-by: Andrey Albershteyn <aalbersh@kernel.org> > --- > Minor patch to update gitignore autoconf backup files. > +/*~ Why would we ignore those files? They are garbage that should be removed.
On 2025-03-21 00:24:22, Christoph Hellwig wrote: > On Wed, Mar 19, 2025 at 11:57:33AM +0100, Andrey Albershteyn wrote: > > Add autoconf backup files (file~). > > > > Signed-off-by: Andrey Albershteyn <aalbersh@kernel.org> > > --- > > Minor patch to update gitignore autoconf backup files. > > > +/*~ > > Why would we ignore those files? They are garbage that should be > removed. Isn't the goal here? The ./configure~ is not part of the repo but just a backup file
diff --git a/.gitignore b/.gitignore index 4fd817243dca37715d9a6ca52afa0f7fecfabc64..cce0795ea81878e88957324377b81051905471a6 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ .* *.state tags +/*~ /local.config /results @@ -37,6 +38,7 @@ tags /include/builddefs /include/config.h /include/config.h.in +/include/*~ # quilt /patches
Add autoconf backup files (file~). Signed-off-by: Andrey Albershteyn <aalbersh@kernel.org> --- Minor patch to update gitignore autoconf backup files. --- Changes in v2: - Remove sources compiled into other executables or removed - Link to v1: https://lore.kernel.org/r/20250319-update-gitignore-v1-1-6664aab9df35@kernel.org --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) --- base-commit: d71157da4ef4cfdbf39e2c4a07f8013633e6bcbe change-id: 20250319-update-gitignore-60420f206207 Best regards,