<?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>1da9e274 - tc-testing: gitignore, delete plugins directory</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/tc-testing/.gitignore#1da9e274</link>
        <description>tc-testing: gitignore, delete plugins directorywhen we modfying kernel, commit it to our environment building. we find a errorthat is &quot;tools/testing/selftests/tc-testing/plugins&quot; failed: No such file or directory&quot;we find plugins directory is ignored in&quot;tools/testing/selftests/tc-testing/.gitignore&quot;, but the plugins directoryis need in &quot;tools/testing/selftests/tc-testing/Makefile&quot;Signed-off-by: liujing &lt;liujing@cmss.chinamobile.com&gt;Link: https://lore.kernel.org/r/20220622121237.5832-1-liujing@cmss.chinamobile.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/tc-testing/.gitignore</description>
        <pubDate>Wed, 22 Jun 2022 12:12:37 +0000</pubDate>
        <dc:creator>liujing &lt;liujing@cmss.chinamobile.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/tc-testing/.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/tc-testing/.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>a110ae70 - tc-testing: gitignore, ignore local tdc config file</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/tc-testing/.gitignore#a110ae70</link>
        <description>tc-testing: gitignore, ignore local tdc config fileComment in tdc_config.py recommends putting customizations intdc_config_local.py file that wasn&apos;t included in gitignore. Add the localconfig file to gitignore.Signed-off-by: Vlad Buslov &lt;vladbu@mellanox.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/tc-testing/.gitignore</description>
        <pubDate>Tue, 26 Feb 2019 15:37:09 +0000</pubDate>
        <dc:creator>Vlad Buslov &lt;vladbu@mellanox.com&gt;</dc:creator>
    </item>
<item>
        <title>8d189159 - tc-testing: gitignore, ignore generated test results</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/tc-testing/.gitignore#8d189159</link>
        <description>tc-testing: gitignore, ignore generated test resultsIgnore any .tap or .xml test result files generated by tdc.Additionally, ignore plugin symlinks.Signed-off-by: Lucas Bates &lt;lucasb@mojatatu.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/tc-testing/.gitignore</description>
        <pubDate>Thu, 06 Dec 2018 22:42:27 +0000</pubDate>
        <dc:creator>Lucas Bates &lt;lucasb@mojatatu.com&gt;</dc:creator>
    </item>
<item>
        <title>a5a5efe9 - tc-testing: gitignore, ignore standard python artifacts</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/tc-testing/.gitignore#a5a5efe9</link>
        <description>tc-testing: gitignore, ignore standard python artifactsIgnore .pyc files, &quot;python compiled&quot; files, that get createdwhen a python script is run.  They should never be committed.Signed-off-by: Brenda J. Butler &lt;bjb@mojatatu.com&gt;Acked-by: Lucas Bates &lt;lucasb@mojatatu.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/tc-testing/.gitignore</description>
        <pubDate>Tue, 31 Oct 2017 18:26:54 +0000</pubDate>
        <dc:creator>Brenda J. Butler &lt;bjb@mojatatu.com&gt;</dc:creator>
    </item>
<item>
        <title>76b903ee - selftests: Introduce tc testsuite</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/tc-testing/.gitignore#76b903ee</link>
        <description>selftests: Introduce tc testsuiteAdd the beginnings of a testsuite for tc functionality in the kernel.These are a series of unit tests that use the tc executable and verifythe success of those commands by checking both the exit codes and theoutput from tc&apos;s &apos;show&apos; operation.To run the tests:  # cd tools/testing/selftests/tc-testing  # sudo ./tdc.pyYou can specify the tc executable to use with the -p argument on the commandline or editing the &apos;TC&apos; variable in tdc_config.py. Refer to the README forfull details on how to run.The initial complement of test cases are limited mostly to tc actions. Testcases are most welcome; see the creating-testcases subdirectory for helpin creating them.Signed-off-by: Lucas Bates &lt;lucasb@mojatatu.com&gt;Signed-off-by: Jamal Hadi Salim &lt;jhs@mojatatu.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/tc-testing/.gitignore</description>
        <pubDate>Fri, 16 Jun 2017 21:22:35 +0000</pubDate>
        <dc:creator>Lucas Bates &lt;lucasb@mojatatu.com&gt;</dc:creator>
    </item>
</channel>
</rss>
