From mboxrd@z Thu Jan 1 00:00:00 1970 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 429C32DE1FF; Wed, 18 Jun 2025 11:46:52 +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=1750247212; cv=none; b=pUl1Th6N4ZHiR6xRrdcwlFsO6lIX7aMZyFjZYERlBGhdd4FaZ7TU7iMFPcSE4gl6kqCieCDFiedJhGil/xklfOE+wpTPa9YLuigy/KZNHiTBspumsutM2H2B8HB89YR3EheCKqWRRVdqbiSdvkbH9u4A4mLJFYiA9rHjOpZsmtk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750247212; c=relaxed/simple; bh=ogBoG80VZdRt95wsoC2snRc4eLHl6tjexBrTDr8vuXE=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=cKnrMxZmYFaJNImOHcjgndumG8B6/ttMkOezAAaaz+tmmWCAH0oSmM0OQZl0vZq1JZLvFAdShd809llE7SLrStJc0wNIwmHFbNspulyv1vohvh2HCbuj29to7owQfHPbm6cAb8gIpj8sHCePAs9iYcL3ieaJN56oDyEUS15el6M= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=MqOWMhVg; 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="MqOWMhVg" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 77690C4CEF6; Wed, 18 Jun 2025 11:46:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1750247211; bh=ogBoG80VZdRt95wsoC2snRc4eLHl6tjexBrTDr8vuXE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=MqOWMhVgXBtUsi8x3bQXCLmP94NqEgyxWvnIeILMT7qc6HHgMt2mJDyXWnEwzeHQj 5GfF8Z5RF+aXX6MqMfvgLZmfmUnw9x1AcwPrYgolcfB0SacsbH1VoTe7TjamxaS/ye 8TvEWjHleypjBES0T2g1okyv3ecZ4NIRsLqjtXUnTQuaEEr1qmL/WCBPH9nkR0BgXp wE1ew5+oPICvrjkCTUFAYTb91+jPBnnTK2Ea9r6qRB6O0P+sap9rdwunUB8te/Ehkb 5Nrwsry0QB1FJpmN0QJBEUwuWRqh/gVaXoOpKVeJbVzV2INoG+5K5LiKKauy+ytUNV e25+OsXt2vExQ== Received: from mchehab by mail.kernel.org with local (Exim 4.98.2) (envelope-from ) id 1uRrFh-000000036Uz-33Dh; Wed, 18 Jun 2025 13:46:49 +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" , "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 v6 11/15] docs: netlink: remove obsolete .gitignore from unused directory Date: Wed, 18 Jun 2025 13:46:38 +0200 Message-ID: X-Mailer: git-send-email 2.49.0 In-Reply-To: References: Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: Mauro Carvalho Chehab 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/Documentation/networking/netlink_spec/.gitignore deleted file mode 100644 index 30d85567b592..000000000000 --- a/Documentation/networking/netlink_spec/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.rst -- 2.49.0