Skip to content

Commit 34afee7

Browse files
committed
chore: update .gitignore to exclude backup and downloaded files
- Add *.bak pattern for backup files - Add *.old pattern for old file versions - Add *.backup pattern for backup files - Add *.squashfs* pattern for squashfs images - Add vmlinux-* pattern for kernel files
1 parent ac0fbd4 commit 34afee7

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,3 +178,12 @@ ssh_keys/
178178

179179
# Generated/downloaded Firecracker files (kernel, rootfs images)
180180
firecracker-files/
181+
182+
# Backup files
183+
*.bak
184+
*.old
185+
*.backup
186+
187+
# Large downloaded files in project root
188+
*.squashfs*
189+
vmlinux-*

0 commit comments

Comments
 (0)