Add a few patterns to .gitignore to cover files which are generated
by building grub ("make", "make check", "make dist") but which have
been forgotten in the past.
Signed-off-by: Hans Ulrich Niedermann
---
.gitignore | 33 +
1 file changed, 33 insertions(+)
diff
Going through the list of gitignore patterns without a slash, this
adds a leading slash where it appears to have been forgotten.
Some gitignore patterns like .deps/ or Makefile clearly should
match everywhere, so those definitively need no leading slash.
For some patterns like contrib or ascii.bi
As all gitignore patterns containing a left or middle slash match
only relative to the .gitignore file's directory, we write them
all in the same manner with a leading slash.
This makes the file significantly easier to read.
Signed-off-by: Hans Ulrich Niedermann
---
.gitignore | 88
Alphabetically sort the two groups of gitignore patterns:
* The group of patterns with slashes, matching relative to the
.gitignore file's directory
* The group of patterns without slashes, matching anywhere
in the directory subtree.
Signed-off-by: Hans Ulrich Niedermann
---
.gitig
Group the .gitignore patterns into two groups:
* Patterns including a slash, i.e. matching only relative to the
.gitignore file's directory.
* Pattern not including a slash, i.e. matching files anywhere in
the .gitignore file's directory and all of its subdirectories.
Signed-off-by:
Daniel Kiper has asked me to provide the following set of four patches:
1. Split patterns into two groups.
2. Alphabetically sort the patterns within each group.
3. Add / to patterns which should have one.
4. Add missing patterns.
However, I found that there was one step missing on the wa
Hi Hans,
> Hello,
>
> as I am continuing to flood this mailing list with patches, I am
> realizing that I am missing some general rules for how things work on
> grub-devel. Sorry for the inconvenience caused by that.
>
> Anyway, here are a few questions I am beginning realize I should know
> the a
On 4/23/20 10:20 AM, Hans Ulrich Niedermann wrote:
> Hello,
>
> as I am continuing to flood this mailing list with patches, I am
> realizing that I am missing some general rules for how things work on
> grub-devel. Sorry for the inconvenience caused by that.
>
> Anyway, here are a few questions I
Hello,
as I am continuing to flood this mailing list with patches, I am
realizing that I am missing some general rules for how things work on
grub-devel. Sorry for the inconvenience caused by that.
Anyway, here are a few questions I am beginning realize I should know
the answers to before posting
On Thu, Apr 16, 2020 at 15:03:44 +0200, Hans Ulrich Niedermann wrote:
> Fix minor mistakes like spelling errors, missing articles
> like 'a' and 'the', wrong word order, unnecessary trailing
> spaces, missing periods, and similar things.
>
> This patch does not change the intended meaning of the t
On Thu, Apr 23, 2020 at 12:10:07PM +0300, Anatoly Pugachev wrote:
> On Tue, Jul 30, 2019 at 3:10 PM Anatoly Pugachev wrote:
> >
> > On Tue, Jul 30, 2019 at 1:00 PM John Paul Adrian Glaubitz
> > wrote:
> > > On 7/30/19 10:11 AM, Anatoly Pugachev wrote:
> > > > don't run f2fs test on systems with P
On Wed, Apr 22, 2020 at 09:29:13PM +0200, Hans Ulrich Niedermann wrote:
> On Wed, 22 Apr 2020 12:10:31 +0200
> Daniel Kiper wrote:
>
> > On Sat, Apr 18, 2020 at 12:53:12PM +0200, Hans Ulrich Niedermann
> > wrote:
> > > I have noticed that there are two commands documented in grub.texi
> > > which
On Wed, Apr 22, 2020 at 09:32:41PM +0200, Hans Ulrich Niedermann wrote:
> Remove the documentation for the pxe_unload command from
> the docs/grub.texi file.
>
> The pxe_unload command is not implemented in the grub
> source at all and appears to have been removed in commit
> 71a78acb0648d3d73c95ab
On Wed, Apr 22, 2020 at 10:31:35PM +0200, Hans Ulrich Niedermann wrote:
> On Wed, 22 Apr 2020 21:54:14 +0200
> John Paul Adrian Glaubitz wrote:
>
> > On 4/22/20 9:44 PM, Hans Ulrich Niedermann wrote:
> > > Signed-off-by: Hans Ulrich Niedermann
> > > ---
> > > .gitignore | 3 +++
> > > 1 file cha
On Tue, Jul 30, 2019 at 3:10 PM Anatoly Pugachev wrote:
>
> On Tue, Jul 30, 2019 at 1:00 PM John Paul Adrian Glaubitz
> wrote:
> > On 7/30/19 10:11 AM, Anatoly Pugachev wrote:
> > > don't run f2fs test on systems with PAGE_SIZE > 4096 bytes.
> > > Since f2fs is not supported on this systems (can'
15 matches
Mail list logo