Skip to content
Snippets Groups Projects
  • John Clark's avatar
    801c4822
    .gitignore: ignore misc include, simple-bin, and tools/generated build artifacts · 801c4822
    John Clark authored and Tom Rini's avatar Tom Rini committed
    
    make rock5b-rk3588_defconfig
    make
    git status
    
    before
    ~~~~~~~
    On branch master
    Your branch is ahead of 'origin/master' by 1 commit.
      (use "git push" to publish your local commits)
    
    Untracked files:
      (use "git add <file>..." to include in what will be committed)
    	include/autoconf.mk
    	include/autoconf.mk.dep
    	include/config.h
    	mkimage-in-simple-bin-spi.mkimage-rockchip-tpl
    	mkimage-in-simple-bin-spi.mkimage-u-boot-spl
    	mkimage-in-simple-bin.mkimage-rockchip-tpl
    	mkimage-in-simple-bin.mkimage-u-boot-spl
    	simple-bin-spi.map
    	simple-bin.fit.fit
    	simple-bin.fit.itb
    	simple-bin.map
    	tools/generated/
    
    after
    ~~~~~~~
    On branch master
    Your branch is ahead of 'origin/master' by 1 commit.
      (use "git push" to publish your local commits)
    
    nothing to commit, working tree clean
    
    Signed-off-by: default avatarJohn Clark <inindev@gmail.com>
    Reviewed-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
    801c4822
    History
    .gitignore: ignore misc include, simple-bin, and tools/generated build artifacts
    John Clark authored and Tom Rini's avatar Tom Rini committed
    
    make rock5b-rk3588_defconfig
    make
    git status
    
    before
    ~~~~~~~
    On branch master
    Your branch is ahead of 'origin/master' by 1 commit.
      (use "git push" to publish your local commits)
    
    Untracked files:
      (use "git add <file>..." to include in what will be committed)
    	include/autoconf.mk
    	include/autoconf.mk.dep
    	include/config.h
    	mkimage-in-simple-bin-spi.mkimage-rockchip-tpl
    	mkimage-in-simple-bin-spi.mkimage-u-boot-spl
    	mkimage-in-simple-bin.mkimage-rockchip-tpl
    	mkimage-in-simple-bin.mkimage-u-boot-spl
    	simple-bin-spi.map
    	simple-bin.fit.fit
    	simple-bin.fit.itb
    	simple-bin.map
    	tools/generated/
    
    after
    ~~~~~~~
    On branch master
    Your branch is ahead of 'origin/master' by 1 commit.
      (use "git push" to publish your local commits)
    
    nothing to commit, working tree clean
    
    Signed-off-by: default avatarJohn Clark <inindev@gmail.com>
    Reviewed-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>