<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in misc-check</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>91ecf7ff - kbuild: make W=1 warn files that are tracked but ignored by git</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/misc-check#91ecf7ff</link>
        <description>kbuild: make W=1 warn files that are tracked but ignored by gitThe top .gitignore comments about how to detect files breaking.gitignore rules, but people rarely care about it.Add a new W=1 warning to detect files that are tracked but ignored bygit. If git is not installed or the source tree is not tracked by gitat all, this script does not print anything.Running it on v6.2-rc1 detected the following:  $ make W=1 misc-check  Documentation/devicetree/bindings/.yamllint: warning: ignored by one of the .gitignore files  drivers/clk/.kunitconfig: warning: ignored by one of the .gitignore files  drivers/gpu/drm/tests/.kunitconfig: warning: ignored by one of the .gitignore files  drivers/hid/.kunitconfig: warning: ignored by one of the .gitignore files  fs/ext4/.kunitconfig: warning: ignored by one of the .gitignore files  fs/fat/.kunitconfig: warning: ignored by one of the .gitignore files  kernel/kcsan/.kunitconfig: warning: ignored by one of the .gitignore files  lib/kunit/.kunitconfig: warning: ignored by one of the .gitignore files  mm/kfence/.kunitconfig: warning: ignored by one of the .gitignore files  tools/testing/selftests/arm64/tags/.gitignore: warning: ignored by one of the .gitignore files  tools/testing/selftests/arm64/tags/Makefile: warning: ignored by one of the .gitignore files  tools/testing/selftests/arm64/tags/run_tags_test.sh: warning: ignored by one of the .gitignore files  tools/testing/selftests/arm64/tags/tags_test.c: warning: ignored by one of the .gitignore filesThese are ignored by the &apos;.*&apos; or &apos;tags&apos; in the top .gitignore, butthere is no rule to negate it.You might be tempted to do &apos;git add -f&apos; but I want to have the realissue fixed (by fixing a .gitignore, or by renaming files, etc.).Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Reviewed-by: Nathan Chancellor &lt;nathan@kernel.org&gt;Reviewed-by: Nicolas Schier &lt;nicolas@fjasle.eu&gt;

            List of files:
            /linux-6.15/scripts/misc-check</description>
        <pubDate>Thu, 29 Dec 2022 07:43:10 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
</channel>
</rss>
