From nobody Wed Oct 8 17:34:01 2025 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 1304D25D543; Thu, 26 Jun 2025 08:13:42 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750925624; cv=none; b=g+R2D0fCTBkH99cI5uo6lN8+DYwn9m04UNeRW3KJGb+ERTMAHqWsoGf9BZrcovc36R6Hf/TOo0yFQ3odrJVS+xt6mQiELycqGxRoaPyjitkAbYAqYOjYOLNBW0YNnsbWb84S9UsY5ZA5Be33h5/YFsgQNnddeLcCHA4o7re9J4o= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750925624; c=relaxed/simple; bh=ogBoG80VZdRt95wsoC2snRc4eLHl6tjexBrTDr8vuXE=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=JDxibFa8xvZL7l8tX0YZ/gBZQ7VNpGDN2k20VuJQhLIIPxe8EV2WGiZlRz38pi6a1p2rZt4grUIg0Nj/TWDAK9o9PNiOvLwBpqfHfwSuE9Wd7AHEL6SM4iH0gM6UgNu6u5g5zwEA7oPzPnm/bLEdiSU7anMMpgZpJFzTJoEEqUs= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=er1z2l0M; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="er1z2l0M" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9B9B4C4CEEB; Thu, 26 Jun 2025 08:13:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1750925622; bh=ogBoG80VZdRt95wsoC2snRc4eLHl6tjexBrTDr8vuXE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=er1z2l0MrZ4d3jZk0t0dDm2f1gJKc2hWYxYKiQznmv8kXVpLyR0Wu/CKqkm+DnPhu Q3pR2Jnlb03I3FTaOoK3l0D7gMV7NIeiC0GRnrr1Cug3OEoHpY2Tx+5RcncBNYqJea y4uYqpO5dHLBL56ZKSyFvzTGPcMCZFVkjaoeonjPF+K4YSOMMGAF5GvTScYszLUh5z dIIQ+aIzY+7gk0Is60cH0m+MMMOmOIdBlWpFXu3PJFtCX3duKEcjvwrcev1W5qhinY h37oOc7p373q7Uit03L8GuTIxKoJs2xwUFNSDNYTuG9PtOnSyqIqTTQJqIJwP+s6wA KbEHsn1gl2y2A== Received: from mchehab by mail.kernel.org with local (Exim 4.98.2) (envelope-from ) id 1uUhjT-00000004svz-1wGi; Thu, 26 Jun 2025 10:13:19 +0200 From: Mauro Carvalho Chehab To: Linux Doc Mailing List , Jonathan Corbet Cc: Mauro Carvalho Chehab , "Akira Yokosawa" , "Breno Leitao" , "David S. Miller" , "Donald Hunter" , "Eric Dumazet" , "Ignacio Encinas Rubio" , "Jan Stancek" , "Marco Elver" , "Mauro Carvalho Chehab" , "Paolo Abeni" , "Randy Dunlap" , "Ruben Wauters" , "Shuah Khan" , Jakub Kicinski , Simon Horman , joel@joelfernandes.org, linux-kernel-mentees@lists.linux.dev, linux-kernel@vger.kernel.org, lkmm@lists.linux.dev, netdev@vger.kernel.org, peterz@infradead.org, stern@rowland.harvard.edu Subject: [PATCH v8 09/13] docs: netlink: remove obsolete .gitignore from unused directory Date: Thu, 26 Jun 2025 10:13:05 +0200 Message-ID: X-Mailer: git-send-email 2.49.0 In-Reply-To: References: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Sender: Mauro Carvalho Chehab Content-Type: text/plain; charset="utf-8" The previous code was generating source rst files under Documentation/networking/netlink_spec/. With the Sphinx YAML parser, this is now gone. So, stop ignoring *.rst files inside netlink specs directory. Signed-off-by: Mauro Carvalho Chehab Reviewed-by: Donald Hunter --- Documentation/networking/netlink_spec/.gitignore | 1 - 1 file changed, 1 deletion(-) delete mode 100644 Documentation/networking/netlink_spec/.gitignore diff --git a/Documentation/networking/netlink_spec/.gitignore b/Documentati= on/networking/netlink_spec/.gitignore deleted file mode 100644 index 30d85567b592..000000000000 --- a/Documentation/networking/netlink_spec/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.rst --=20 2.49.0