-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
72 changed files
with
50,104 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
# Created by https://www.gitignore.io/api/autotools | ||
# Edit at https://www.gitignore.io/?templates=autotools | ||
|
||
### Autotools ### | ||
# http://www.gnu.org/software/automake | ||
|
||
Makefile | ||
Makefile.in | ||
/ar-lib | ||
/mdate-sh | ||
/py-compile | ||
/test-driver | ||
/ylwrap | ||
|
||
# http://www.gnu.org/software/autoconf | ||
|
||
autom4te.cache | ||
/autoscan.log | ||
/autoscan-*.log | ||
/aclocal.m4 | ||
/compile | ||
/config.guess | ||
/config.h.in | ||
/config.log | ||
/config.status | ||
/config.sub | ||
/configure | ||
/configure.scan | ||
/depcomp | ||
/install-sh | ||
/missing | ||
/stamp-h1 | ||
|
||
# https://www.gnu.org/software/libtool/ | ||
|
||
/ltmain.sh | ||
|
||
# http://www.gnu.org/software/texinfo | ||
|
||
/texinfo.tex | ||
|
||
# http://www.gnu.org/software/m4/ | ||
|
||
m4/libtool.m4 | ||
m4/ltoptions.m4 | ||
m4/ltsugar.m4 | ||
m4/ltversion.m4 | ||
m4/lt~obsolete.m4 | ||
|
||
### Autotools Patch ### | ||
|
||
# End of https://www.gitignore.io/api/autotools | ||
|
||
.deps/ | ||
/libtool | ||
.dirstamp | ||
.libs/ | ||
frontends/conf/kconfig-conf | ||
frontends/kconfig | ||
frontends/mconf/kconfig-mconf | ||
frontends/nconf/kconfig-nconf | ||
frontends/qconf/kconfig-qconf | ||
frontends/qconf/qconf.moc | ||
libs/images/images.c | ||
libs/images/images.h | ||
libs/parser/hconf.c | ||
libs/parser/yconf.c | ||
libs/parser/kconfig-parser.pc | ||
scripts/.autostuff/config.h | ||
scripts/.autostuff/stamp-h1 | ||
utils/kconfig-gettext | ||
utils/kconfig-tweak |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
4.11.0 a351e9b9fc24e982ec2f0e76379a49826036da12 Fearless Coyote | ||
1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Authors of kconfig-frontends. | ||
|
||
The developers of the Linux kernel are the original authors of the kconfig | ||
parser and frontends. The list is too long to reproduce here, but you can | ||
get a pretty complete list from the Linux kernel repository logs: | ||
git shortlog scripts/kconfig | ||
|
||
The packaging uses the GNU autotools build system, of which I | ||
will not try to list the many authors here. | ||
|
||
The initial packaging was done by: | ||
"Yann E. MORIN" <[email protected]> | ||
|
||
For a complete list, see the commit-logs of the kconfig repository. |
Oops, something went wrong.