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 1B7AB13C3F2 for ; Mon, 28 Jul 2025 01:14:35 +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=1753665278; cv=none; b=LAvoQ9k04FOJqAYiXLTdnehSOdJAtlqKzqad7I8aJkYqBn1T84cjgIafazsQ8xtHtLfPRwKnTlv9I68OLOo5ad2YOD2dsQU1s3LVP+nv0lGs31ChVqu7x8pltRmsq2LC4tSLiOy5JHVtUpMO9Xk8CJAsw0M80WwSauAui8FY2nE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753665278; c=relaxed/simple; bh=s2A1hEtgZT3auyGPkR7FhcqY9HM54LSP8kPxb9rRYiI=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=LwEYvDq6j89knDAqmM9a8T0YYudzOMZ/rdXNCVN6v+f4OWEU+Gxku1tHzGJKnsjVo/TvDUfd7gJ7ZJSYprSmDsZl2PJHdIhdQ0SZ1dGu0Pu4WoBSqlcHNFRAyV/7xJwJsBAkQl9KYu0DU0iIkOcdqbeSGM688QL4ytpoRabKgN4= 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=yt+eDw7z; 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="yt+eDw7z" 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=yt+eDw7zX2Kiix9aMFFwibM/yd 379IQTNy4ujtsuMeAQzX2OVedpkIm0h125B5N2s3bBGvxpQyrvylqJ5sDEXqwSOQzVULPMkyk4eT9 lE8wH9QAbJnPibnQwN8dyG3NSrqOUxm1cM0BsV9Vmwa/VZjp4u4JQRgMW1SPhNBuOMy01mc3yiZh/ fygfq1pPADKO0kWrI7zCZRU22yh9gHcS33gWoB5dG+gBxj7eG+eYmSp2rbIDpZAROded5X4R+rygN x5gUqGfUWE88dNjYuUGfjVhe1YGmnm4YW7S4K9e6QujPD8wOnR0F/FaJ9It2wm7rZ+iaOKDV0/H6g IDCK9kWw==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.98.2 #2 (Red Hat Linux)) id 1ugCRn-0000000DPiy-2lAx; Mon, 28 Jul 2025 01:14:35 +0000 From: Luis Chamberlain To: Chuck Lever , Daniel Gomez , kdevops@lists.linux.dev Cc: Luis Chamberlain Subject: [PATCH v2 05/33] gitignore: remove Vagrant-specific ignore patterns Date: Sun, 27 Jul 2025 18:14:05 -0700 Message-ID: <20250728011434.3197091-6-mcgrof@kernel.org> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250728011434.3197091-1-mcgrof@kernel.org> References: <20250728011434.3197091-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