<?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>aedee9e8 - kconfig: Update all declared targets</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/kconfig/.gitignore#aedee9e8</link>
        <description>kconfig: Update all declared targetsCurrently qconf-cfg.sh is the only script that touches the &quot;-bin&quot;target, even though all of the conf_cfg rules declare that they do.Make the recipe unconditionally touch all declared targets to avoidincompatibilities with upcoming versions of GNU make:https://lists.gnu.org/archive/html/info-gnu/2022-10/msg00008.htmle.g.scripts/kconfig/Makefile:215: warning: pattern recipe did not update peer target &apos;scripts/kconfig/nconf-bin&apos;.scripts/kconfig/Makefile:215: warning: pattern recipe did not update peer target &apos;scripts/kconfig/mconf-bin&apos;.scripts/kconfig/Makefile:215: warning: pattern recipe did not update peer target &apos;scripts/kconfig/gconf-bin&apos;.Signed-off-by: Peter Foley &lt;pefoley2@pefoley.com&gt;Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;

            List of files:
            /linux-6.15/scripts/kconfig/.gitignore</description>
        <pubDate>Fri, 13 Jan 2023 04:23:59 +0000</pubDate>
        <dc:creator>Peter Foley &lt;pefoley2@pefoley.com&gt;</dc:creator>
    </item>
<item>
        <title>3122c844 - kconfig: refactor Makefile to reduce process forks</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/kconfig/.gitignore#3122c844</link>
        <description>kconfig: refactor Makefile to reduce process forksRefactor Makefile and use read-file macro. For Make &gt;= 4.2, it can readout a file by using the built-in function.Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Reviewed-by: Nicolas Schier &lt;nicolas@fjasle.eu&gt;

            List of files:
            /linux-6.15/scripts/kconfig/.gitignore</description>
        <pubDate>Sun, 11 Dec 2022 02:54:48 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>8ac27f2c - kconfig: refactor .gitignore</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/kconfig/.gitignore#8ac27f2c</link>
        <description>kconfig: refactor .gitignoreAdd &apos;/&apos; prefix to clarify that the generated files exist right underscripts/kconfig/, but not in any sub-directory.Replace &apos;*conf-cfg&apos; with &apos;[gmnq]conf-cfg&apos; to make it explicit, andstill short enough.Use &apos;[gmnq]conf&apos; to combine gconf, mconf, nconf, and qconf.Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;

            List of files:
            /linux-6.15/scripts/kconfig/.gitignore</description>
        <pubDate>Sat, 24 Apr 2021 13:55:24 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>0e912c03 - kconfig: qconf: compile moc object separately</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/kconfig/.gitignore#0e912c03</link>
        <description>kconfig: qconf: compile moc object separatelyCurrently, qconf.moc is included from qconf.cc but they can be compiledindependently.When you modify qconf.cc, qconf.moc does not need recompiling.Rename qconf.moc to qconf-moc.cc, and split it out as an independentcompilation unit.Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;

            List of files:
            /linux-6.15/scripts/kconfig/.gitignore</description>
        <pubDate>Wed, 29 Jul 2020 17:02:38 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>d198b34f - .gitignore: add SPDX License Identifier</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/kconfig/.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/scripts/kconfig/.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>2985bed6 - .gitignore: remove too obvious comments</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/kconfig/.gitignore#2985bed6</link>
        <description>.gitignore: remove too obvious commentsSome .gitignore files have comments like &quot;Generated files&quot;,&quot;Ignore generated files&quot; at the header part, but they aretoo obvious.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/scripts/kconfig/.gitignore</description>
        <pubDate>Tue, 03 Mar 2020 13:35:58 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>d86271af - kconfig: rename generated .*conf-cfg to *conf-cfg</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/kconfig/.gitignore#d86271af</link>
        <description>kconfig: rename generated .*conf-cfg to *conf-cfgRemove the dot-prefixing since it is just a matter of the.gitignore file.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;

            List of files:
            /linux-6.15/scripts/kconfig/.gitignore</description>
        <pubDate>Sat, 05 Jan 2019 03:01:51 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>694c49a7 - kconfig: drop localization support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/kconfig/.gitignore#694c49a7</link>
        <description>kconfig: drop localization supportThe localization support is broken and appears unused.There is no google hits on the update-po-config target.And there is no recent (5 years) activity related to the localization.So lets just drop this as it is no longer used.Suggested-by: Ulf Magnusson &lt;ulfalizer@gmail.com&gt;Suggested-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;

            List of files:
            /linux-6.15/scripts/kconfig/.gitignore</description>
        <pubDate>Tue, 22 May 2018 19:36:12 +0000</pubDate>
        <dc:creator>Sam Ravnborg &lt;sam@ravnborg.org&gt;</dc:creator>
    </item>
<item>
        <title>59889300 - .gitignore: move *.lex.c *.tab.[ch] patterns to the top-level .gitignore</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/kconfig/.gitignore#59889300</link>
        <description>.gitignore: move *.lex.c *.tab.[ch] patterns to the top-level .gitignoreThese patterns are common to host programs that require lexer and parser.Move them to the top .gitignore.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Acked-by: Frank Rowand &lt;frowand.list@gmail.com&gt;

            List of files:
            /linux-6.15/scripts/kconfig/.gitignore</description>
        <pubDate>Fri, 23 Mar 2018 13:04:30 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>cd58a91d - kconfig: remove &apos;config*&apos; pattern from .gitignnore</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/kconfig/.gitignore#cd58a91d</link>
        <description>kconfig: remove &apos;config*&apos; pattern from .gitignnoreI could not figure out why this pattern should be ignored.Checking commit 1e65174a3378 (&quot;Add some basic .gitignore files&quot;)did not help.Let&apos;s remove this pattern, then see if it is really needed.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Reviewed-by: Ulf Magnusson &lt;ulfalizer@gmail.com&gt;

            List of files:
            /linux-6.15/scripts/kconfig/.gitignore</description>
        <pubDate>Tue, 06 Feb 2018 00:34:45 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>bb3290d9 - Remove gperf usage from toolchain</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/kconfig/.gitignore#bb3290d9</link>
        <description>Remove gperf usage from toolchainIt turns out that gperf-3.1 changed types in the generated code in waysthat aren&apos;t even trivially detectable without having to generate a test-file.It&apos;s just not worth using tools and libraries from clowns that don&apos;tunderstand or care about compatibility.  So get rid of gperf.Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/scripts/kconfig/.gitignore</description>
        <pubDate>Sat, 19 Aug 2017 17:17:02 +0000</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>92b72e8b - kconfig: remove lkc_defs.h from .gitignore and dontdiff</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/kconfig/.gitignore#92b72e8b</link>
        <description>kconfig: remove lkc_defs.h from .gitignore and dontdiffCommit 5a6f8d2bd9e3392569ed6f29ea4d7210652f929b (&quot;kconfig: nukeLKC_DIRECT_LINK cruft&quot;) removed all traces of lkc_defs.h from the tree.Remove its entries in dontdiff and kconfig&apos;s .gitignore file too.Signed-off-by: Paul Bolle &lt;pebolle@tiscali.nl&gt;Signed-off-by: Michal Marek &lt;mmarek@suse.cz&gt;

            List of files:
            /linux-6.15/scripts/kconfig/.gitignore</description>
        <pubDate>Sun, 01 Jul 2012 13:44:54 +0000</pubDate>
        <dc:creator>Paul Bolle &lt;pebolle@tiscali.nl&gt;</dc:creator>
    </item>
<item>
        <title>378dbb2c - kconfig: migrate parser to implicit rules</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/kconfig/.gitignore#378dbb2c</link>
        <description>kconfig: migrate parser to implicit rulesSigned-off-by: Arnaud Lacombe &lt;lacombar@gmail.com&gt;

            List of files:
            /linux-6.15/scripts/kconfig/.gitignore</description>
        <pubDate>Mon, 23 May 2011 06:08:52 +0000</pubDate>
        <dc:creator>Arnaud Lacombe &lt;lacombar@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>073ed103 - scripts: add nconf into gitignore file</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/kconfig/.gitignore#073ed103</link>
        <description>scripts: add nconf into gitignore filescripts/kconfig/nconf is generated by &apos;make nconfig&apos;,add it into .gitignore.Signed-off-by: WANG Cong &lt;xiyou.wangcong@gmail.com&gt;Signed-off-by: Michal Marek &lt;mmarek@suse.cz&gt;

            List of files:
            /linux-6.15/scripts/kconfig/.gitignore</description>
        <pubDate>Thu, 03 Jun 2010 02:50:39 +0000</pubDate>
        <dc:creator>Am&#233;rico Wang &lt;xiyou.wangcong@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c26dd719 - gitignore: ignore Kconfig i18n files</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/kconfig/.gitignore#c26dd719</link>
        <description>gitignore: ignore Kconfig i18n filesSigned-off-by: Markus Heidelberg &lt;markus.heidelberg@web.de&gt;Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;

            List of files:
            /linux-6.15/scripts/kconfig/.gitignore</description>
        <pubDate>Sun, 17 May 2009 23:36:48 +0000</pubDate>
        <dc:creator>Markus Heidelberg &lt;markus.heidelberg@web.de&gt;</dc:creator>
    </item>
<item>
        <title>5fd934a9 - [PATCH] .gitignore: add miscellaneous files</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/kconfig/.gitignore#5fd934a9</link>
        <description>[PATCH] .gitignore: add miscellaneous filesPrevent git from reporting this useless status:	On branch refs/heads/master	Untracked files:	  (use &quot;git add&quot; to add to commit)	      TAGS	      scripts/kconfig/lkc_defs.h	      scripts/kconfig/qconf.moc	nothing to commitSigned-off-by: Franck Bui-Huu &lt;fbuihuu@gmail.com&gt;Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;

            List of files:
            /linux-6.15/scripts/kconfig/.gitignore</description>
        <pubDate>Fri, 10 Nov 2006 20:27:53 +0000</pubDate>
        <dc:creator>Franck Bui-Huu &lt;fbuihuu@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>352dd1df - gitignore: misc files</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/kconfig/.gitignore#352dd1df</link>
        <description>gitignore: misc filesIgnore all files generated from *_shipped files, plus a few others.Signed-off-by: Brian Gerst &lt;bgerst@didntduck.org&gt;Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;

            List of files:
            /linux-6.15/scripts/kconfig/.gitignore</description>
        <pubDate>Wed, 28 Dec 2005 04:43:31 +0000</pubDate>
        <dc:creator>Brian Gerst &lt;bgerst@didntduck.org&gt;</dc:creator>
    </item>
<item>
        <title>1e65174a - Add some basic .gitignore files</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/kconfig/.gitignore#1e65174a</link>
        <description>Add some basic .gitignore filesThis still leaves driver and architecture-specific subdirectories alone,but gets rid of the bulk of the &quot;generic&quot; generated files that we shouldignore.Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;

            List of files:
            /linux-6.15/scripts/kconfig/.gitignore</description>
        <pubDate>Tue, 18 Oct 2005 15:26:15 +0000</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@g5.osdl.org&gt;</dc:creator>
    </item>
</channel>
</rss>
