From ab3e41ad2d69e55c1faef5847982b779b2039444 Mon Sep 17 00:00:00 2001 From: Dongjin Kim Date: Wed, 1 Jun 2022 15:55:32 +0900 Subject: [PATCH] gitignore: add file exentions of OS image files Signed-off-by: Dongjin Kim Change-Id: I7a376f1ee8d41ea132c16a9dd725689da7d990df --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 9556195..9d1be3d 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,7 @@ rootfs/ out/ *.squashfs + +*.img +*.xz +*.md5sum