Thanks for the patch!
On Sun May 22, 2022 at 7:10 PM EDT, Sebastian wrote:
> Signed-off-by: Sebastian <sebastian@sebsite.pw>> ---> .gitignore | 1 +> 1 file changed, 1 insertion(+)> create mode 100644 .gitignore>> diff --git a/.gitignore b/.gitignore> new file mode 100644> index 0000000..3ea1a66> --- /dev/null> +++ b/.gitignore> @@ -0,0 +1 @@> +/hareimports
Is there a reason there is a slash at the start of the line? If not,
please send a v2 without it.
> -- > 2.35.1
May 22, 2022 20:32:01 Sebastian LaVine <mail@smlavine.com>:
> Is there a reason there is a slash at the start of the line? If not,> please send a v2 without it.
The slash is so only files in the top level are matched. However, this
doesn't make a difference with the current structure of the project (i.e.
no "hareimports" directory); should I send a v2?
- Sebastian
On Mon May 23, 2022 at 8:35 AM EDT, Sebastian wrote:
> May 22, 2022 20:32:01 Sebastian LaVine <mail@smlavine.com>:> > Is there a reason there is a slash at the start of the line? If not,> > please send a v2 without it.>> The slash is so only files in the top level are matched. However, this > doesn't make a difference with the current structure of the project (i.e. > no "hareimports" directory); should I send a v2?
Nope, I was just wondering. Thanks for the explanation!
Applied as 66f0b30a12ee8e3ddef53287e7e1004420e229c0.