[PATCH 4/4] Add a ./bootstrap script to automate bundling and generating files
Luke T. Shumaker
lukeshu@lukeshu.com
Thu Jun 6 20:53:06 GMT 2024
On Thu, 06 Jun 2024 14:11:37 -0600,
Luke T. Shumaker wrote:
> diff --git a/.gitignore b/.gitignore
> index 0a40764c958..afa3d1c2b7b 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -1,5 +1,6 @@
> *.diff
> *.patch
> +!*patches/*.patch
> *.orig
> *.rej
Dang it, that should have been
+!**/*patches/*.patch
--
Happy hacking,
~ Luke T. Shumaker
More information about the Binutils
mailing list