<?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 .gitignore</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>5cd29503 - selftests: tpm2: create a dedicated .gitignore</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/.gitignore#5cd29503</link>
        <description>selftests: tpm2: create a dedicated .gitignoreThe tpm2 selftests produce two logs: SpaceTest.log andAsyncTest.log. Only SpaceTest.log was listed in selftests/.gitignore,while AsyncTest.log remained untracked.This change creates a dedicated .gitignore in the tpm2/ directory tomanage these entries, keeping tpm2-specific patterns isolated fromparent .gitignore.Fixed white-space errors during commitShuah Khan &lt;skhan@linuxfoundation.org&gt;Link: https://lore.kernel.org/r/20250126195147.902608-1-khaledelnaggarlinux@gmail.comSigned-off-by: Khaled Elnaggar &lt;khaledelnaggarlinux@gmail.com&gt;Reviewed-by: Jarkko Sakkinen &lt;jarkko@kernel.org&gt;Signed-off-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/.gitignore</description>
        <pubDate>Sun, 26 Jan 2025 19:51:33 +0000</pubDate>
        <dc:creator>Khaled Elnaggar &lt;khaledelnaggarlinux@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>edcb647b - selftests: add kselftest_install to .gitignore</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/.gitignore#edcb647b</link>
        <description>selftests: add kselftest_install to .gitignoreAdd kselftest_install directory to the .gitignore which is created whilecreation of tar ball of objects:make -C tools/testing/selftests gen_tarSigned-off-by: Muhammad Usama Anjum &lt;usama.anjum@collabora.com&gt;Reviewed-by: Kees Cook &lt;keescook@chromium.org&gt;Signed-off-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/.gitignore</description>
        <pubDate>Wed, 02 Mar 2022 18:01:18 +0000</pubDate>
        <dc:creator>Muhammad Usama Anjum &lt;usama.anjum@collabora.com&gt;</dc:creator>
    </item>
<item>
        <title>d198b34f - .gitignore: add SPDX License Identifier</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/.gitignore#d198b34f</link>
        <description>.gitignore: add SPDX License IdentifierAdd SPDX License Identifier to all .gitignore files.Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/.gitignore</description>
        <pubDate>Tue, 03 Mar 2020 13:35:59 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>73633274 - selftests/bpf: Add test for &quot;bpftool feature&quot; command</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/.gitignore#73633274</link>
        <description>selftests/bpf: Add test for &quot;bpftool feature&quot; commandAdd Python module with tests for &quot;bpftool feature&quot; command, which mainlychecks whether the &quot;full&quot; option is working properly.Signed-off-by: Michal Rostecki &lt;mrostecki@opensuse.org&gt;Signed-off-by: Daniel Borkmann &lt;daniel@iogearbox.net&gt;Reviewed-by: Quentin Monnet &lt;quentin@isovalent.com&gt;Link: https://lore.kernel.org/bpf/20200226165941.6379-6-mrostecki@opensuse.org

            List of files:
            /linux-6.15/tools/testing/selftests/.gitignore</description>
        <pubDate>Wed, 26 Feb 2020 16:59:39 +0000</pubDate>
        <dc:creator>Michal Rostecki &lt;mrostecki@opensuse.org&gt;</dc:creator>
    </item>
<item>
        <title>34cd83bb - selftests/tpm2: Add log and *.pyc to .gitignore</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/.gitignore#34cd83bb</link>
        <description>selftests/tpm2: Add log and *.pyc to .gitignoreFixes: 6ea3dfe1e073 (&quot;selftests: add TPM 2.0 tests&quot;)Signed-off-by: Petr Vorel &lt;pvorel@suse.cz&gt;Reviewed-by: Jarkko Sakkinen &lt;jarkko.sakkinen@linux.intel.com&gt;Signed-off-by: Jarkko Sakkinen &lt;jarkko.sakkinen@linux.intel.com&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/.gitignore</description>
        <pubDate>Wed, 11 Sep 2019 09:34:42 +0000</pubDate>
        <dc:creator>Petr Vorel &lt;pvorel@suse.cz&gt;</dc:creator>
    </item>
<item>
        <title>42d46e57 - selftests: Extract single-test shell logic from lib.mk</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/.gitignore#42d46e57</link>
        <description>selftests: Extract single-test shell logic from lib.mkIn order to improve the reusability of the kselftest test running logic,this extracts the single-test logic from lib.mk into kselftest/runner.shwhich lib.mk can call directly. No changes in output.As part of the change, this moves the &quot;summary&quot; Makefile logic aroundto set a new &quot;logfile&quot; output. This will be used again in the future&quot;emit_tests&quot; target as well.Signed-off-by: Kees Cook &lt;keescook@chromium.org&gt;Signed-off-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/.gitignore</description>
        <pubDate>Wed, 24 Apr 2019 23:12:30 +0000</pubDate>
        <dc:creator>Kees Cook &lt;keescook@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>26d5ad3b - selftests: add gpio generated files to .gitignore</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/.gitignore#26d5ad3b</link>
        <description>selftests: add gpio generated files to .gitignoregpio test generates files in selftests directory. Add them to .gitignore.Signed-off-by: Shuah Khan &lt;shuahkh@osg.samsung.com&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/.gitignore</description>
        <pubDate>Sat, 22 Apr 2017 00:00:39 +0000</pubDate>
        <dc:creator>Shuah Khan &lt;shuahkh@osg.samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>8b27787a - selftests: add missing gitignore files/dirs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/.gitignore#8b27787a</link>
        <description>selftests: add missing gitignore files/dirsAdd missing files and directories to gitignore. Create .gitignore filesas needed.Signed-off-by: Shuah Khan &lt;shuahkh@osg.samsung.com&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/.gitignore</description>
        <pubDate>Wed, 07 Dec 2016 19:01:10 +0000</pubDate>
        <dc:creator>Shuah Khan &lt;shuahkh@osg.samsung.com&gt;</dc:creator>
    </item>
</channel>
</rss>
