From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 866D2CA4B for ; Mon, 28 Jul 2025 00:18:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.137.202.133 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753661884; cv=none; b=ep5oyoMaD9v4bpmwCaXO5ubqsZmE50JRniFvcOELZgybfDQQS5CGLN+qT6Rn+G3Szt+ZTtzYSMIpNAgggRgIZeqSohSweqQqmEjnd69RkIcm8hDs8fmLSNoYcRRLHwDsvtgIdmYXwG5sPgz8VFvmvYV+graqiuUls+yGhZB8+Yw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753661884; c=relaxed/simple; bh=s2A1hEtgZT3auyGPkR7FhcqY9HM54LSP8kPxb9rRYiI=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=lfJJft0UNfv1L+7gHRgvigNmhwnft2KXNBrSNzARvAJyCkNzn7q/s8MBNdrqCy/IICemNsg+sDNcVtXxJxU6OcUbqUNLHdYhN43pGArU08S8PedTv2jvnSEtFvQPWmwxbZSmkdTGzCLwwJqAintkjIwvukA5s/1fLvoU4mjA6Fc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=kernel.org; spf=none smtp.mailfrom=infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=LI4ENbA/; arc=none smtp.client-ip=198.137.202.133 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=kernel.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="LI4ENbA/" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Sender:Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From: Reply-To:Content-Type:Content-ID:Content-Description; bh=4VUU0SXl4aaJbOW8ZQsNSAM7wJrI9ztO88RI3IALhro=; b=LI4ENbA/SNRExz6/F1dxagVkbp uFfZzH8icBwNHGcNdJxiNpCC51CyAE5epMRdmOMGqHfvTovX9p3WQBujDNSCR1JeMPEoea0I+FdFe Vua+N8QVYnt2YRqBNN/2LTcGPoV+YPUVMDZt7eBuIej5AiKDKuea7tKhr5J9U9X1EqfRdJYZ8iE38 DwZ1gnzjh1DlUahVxD0ZBnnGIKBkWhr3rkTbKzJoINgCblEGrlssYiw1yubJWiKZ1Hci/xs06ZKzB A5IM8hSRd5FoTekY6xgjY9zLTb/Qq0JxrJZva1/UraNC5kz29BRCmEwexzJU1VcJtK/AnVhc0a2Yd VmdftPEA==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.98.2 #2 (Red Hat Linux)) id 1ugBZ3-0000000DNVn-4Bp1; Mon, 28 Jul 2025 00:18:01 +0000 From: Luis Chamberlain To: Chuck Lever , Daniel Gomez , kdevops@lists.linux.dev Cc: Luis Chamberlain Subject: [PATCH 05/40] gitignore: remove Vagrant-specific ignore patterns Date: Sun, 27 Jul 2025 17:17:24 -0700 Message-ID: <20250728001800.3188617-6-mcgrof@kernel.org> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250728001800.3188617-1-mcgrof@kernel.org> References: <20250728001800.3188617-1-mcgrof@kernel.org> Precedence: bulk X-Mailing-List: kdevops@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: Luis Chamberlain Remove .gitignore entries for files and directories that were part of the Vagrant integration, including generated Vagrant configuration files and runtime directories. Generated-by: Claude AI Suggested-by: Chuck Lever Signed-off-by: Luis Chamberlain --- .gitignore | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitignore b/.gitignore index 706ef3fc..2e28c3f7 100644 --- a/.gitignore +++ b/.gitignore @@ -31,10 +31,6 @@ scripts/workflows/fstests/lib/__pycache__/ scripts/workflows/blktests/lib/__pycache__/ scripts/workflows/lib/__pycache__/ -vagrant/kdevops_nodes.yaml -vagrant/.Vagrantfile.generated -vagrant/Vagrantfile -.vagrant/ include/ @@ -97,6 +93,5 @@ workflows/linux/refs/user scripts/kconfig/.nconf-cfg .dynamic-kconfig.* -vagrant/Kconfig.passthrough_libvirt.generated archive/ -- 2.47.2