linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
  • [parent not found: <20200318002303.977158-4-terrelln@fb.com>]
  • * [PATCH v2 8/7] .gitignore: add ZSTD-compressed files
           [not found] <20200318002303.977158-1-terrelln@fb.com>
           [not found] ` <20200318002303.977158-3-terrelln@fb.com>
           [not found] ` <20200318002303.977158-4-terrelln@fb.com>
    @ 2020-03-19  1:00 ` Adam Borowski
      2020-03-19  1:36   ` Nick Terrell
      2 siblings, 1 reply; 5+ messages in thread
    From: Adam Borowski @ 2020-03-19  1:00 UTC (permalink / raw)
      To: Nick Terrell, linux-kernel, Chris Mason, linux-kbuild, x86,
    	gregkh, Petr Malat, Kees Cook, Kernel Team, Nick Terrell,
    	Adam Borowski, Patrick Williams, rmikey, mingo
    
    For now, that's arch/x86/boot/compressed/vmlinux.bin.zst but probably more
    will come, thus let's be consistent with all other compressors.
    
    Signed-off-by: Adam Borowski <kilobyte@angband.pl>
    ---
    Otherwise, "git status" will complain.
    
    
     .gitignore | 1 +
     1 file changed, 1 insertion(+)
    
    diff --git a/.gitignore b/.gitignore
    index 72ef86a5570d..edb0191c294f 100644
    --- a/.gitignore
    +++ b/.gitignore
    @@ -43,6 +43,7 @@
     *.tab.[ch]
     *.tar
     *.xz
    +*.zst
     Module.symvers
     modules.builtin
     modules.order
    -- 
    2.26.0.rc2
    
    ^ permalink raw reply related	[flat|nested] 5+ messages in thread

  • end of thread, other threads:[~2020-03-19  1:36 UTC | newest]
    
    Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
    -- links below jump to the message on this page --
         [not found] <20200318002303.977158-1-terrelln@fb.com>
         [not found] ` <20200318002303.977158-3-terrelln@fb.com>
    2020-03-18 22:45   ` [PATCH v2 2/7] lib: prepare xxhash for preboot environment Kees Cook
    2020-03-19  0:54     ` Nick Terrell
         [not found] ` <20200318002303.977158-4-terrelln@fb.com>
    2020-03-18 22:47   ` [PATCH v2 3/7] lib: add zstd support to decompress Kees Cook
    2020-03-19  1:00 ` [PATCH v2 8/7] .gitignore: add ZSTD-compressed files Adam Borowski
    2020-03-19  1:36   ` Nick Terrell
    

    This is a public inbox, see mirroring instructions
    for how to clone and mirror all data and code used for this inbox;
    as well as URLs for NNTP newsgroup(s).