From 648e08dfea6181f5ca5e897f59740a01f3aa8c4c Mon Sep 17 00:00:00 2001 From: robojerk Date: Wed, 10 Sep 2025 11:36:39 -0700 Subject: [PATCH] Update .gitignore to exclude test files and temporary artifacts - Add patterns for test-* files (ubuntu, bootc, proper, fixed, final, enhanced) - Add *.raw.tmp for temporary raw image files - Exclude various test output formats (.raw, .qcow2, etc.) - Keep repository clean from development artifacts --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index cffcb60..9b6c42f 100644 --- a/.gitignore +++ b/.gitignore @@ -26,11 +26,19 @@ test-*.qcow2 test-*.vmdk test-*.iso test-*.ami +test-*.raw +test-ubuntu-* +test-bootc-* +test-proper-* +test-fixed-* +test-final-* +test-enhanced-* # Temporary files *.tmp *.temp /tmp/ +*.raw.tmp # Logs *.log