Skip to content

Commit

Permalink
tools: Add some new gitignore items
Browse files Browse the repository at this point in the history
Add some new ignore items to avoid local builds that cause git to track a lot of files

Fixes: #5900

Signed-off-by: Binbin Zhang <binbin36520@gmail.com>
  • Loading branch information
Bevisy committed Dec 14, 2022
1 parent b637d12 commit ae0dcac
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -13,4 +13,3 @@ src/agent/protocols/src/*.rs
!src/agent/protocols/src/lib.rs
build
src/tools/log-parser/kata-log-parser

10 changes: 6 additions & 4 deletions tools/osbuilder/.gitignore
@@ -1,9 +1,11 @@
**/*.tar.gz
image-builder/nsdax
dracut/Dockerfile
dracut/dracut.conf.d/15-extra-libs.conf
/.*.done
/*_rootfs
/kata-centos-dnf.conf
/kata-containers-initrd.img
/kata-containers.img
*_rootfs
kata-centos-dnf.conf
kata-containers-initrd.img
kata-containers.img
rootfs-builder/centos/RPM-GPG-KEY-*
typescript
6 changes: 6 additions & 0 deletions tools/packaging/.gitignore
Expand Up @@ -4,10 +4,16 @@
*.snap
*.tar.gz
*.tar.xz
*.gz
*.dsc
*.deb
*.buildinfo
*.changes
debian.series
parts/
prime/
sha256sums.asc
snap/.snapcraft/
stage/
typescript
kata-linux-*

0 comments on commit ae0dcac

Please sign in to comment.