Linux kernel source tree
Find a file
Masahiro Yamada cd58a91def kconfig: remove 'config*' pattern from .gitignnore
I could not figure out why this pattern should be ignored.
Checking commit 1e65174a33 ("Add some basic .gitignore files")
did not help.

Let's remove this pattern, then see if it is really needed.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Ulf Magnusson <ulfalizer@gmail.com>
2018-02-09 04:10:09 +09:00
arch nios2: kconfig: Remove blank help text 2018-02-03 00:02:11 +09:00
block
certs
crypto
Documentation
drivers Staging: rtl8192e: kconfig: Remove blank help text 2018-02-02 23:53:10 +09:00
firmware
fs
include
init
ipc
kernel
lib lib/Kconfig.debug: Remove blank help text 2018-02-02 23:53:10 +09:00
LICENSES
mm
net
samples
scripts kconfig: remove 'config*' pattern from .gitignnore 2018-02-09 04:10:09 +09:00
security
sound
tools
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile kbuild: clang: disable unused variable warnings only when constant 2018-02-07 09:20:19 +09:00
README

Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.