01 May, 2021

1 commit


27 Apr, 2021

1 commit

  • Commit d1f044103dad ("certs: Add ability to preload revocation certs")
    created a new generated file for revocation certs, but didn't tell git
    to ignore it. Thus causing unnecessary "git status" noise after a
    kernel build with CONFIG_SYSTEM_REVOCATION_LIST enabled.

    Add the proper gitignore magic.

    Signed-off-by: Linus Torvalds

    Linus Torvalds
     

25 Mar, 2020

2 commits


21 Oct, 2015

1 commit

  • Currently we see this in "git status" if we build in the source dir:

    Untracked files:
    (use "git add ..." to include in what will be committed)

    certs/x509_certificate_list

    It looks like it used to live in kernel/ so we squash that .gitignore
    entry at the same time. I didn't bother to dig through git history to
    see when it moved, since it is just a minor annoyance at most.

    Cc: David Woodhouse
    Cc: keyrings@linux-nfs.org
    Signed-off-by: Paul Gortmaker
    Signed-off-by: David Howells

    Paul Gortmaker