diff options
| author | Borislav Petkov <[email protected]> | 2014-02-10 14:25:45 -0800 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2014-02-10 16:01:42 -0800 |
| commit | 25fba9bebeb79447bbe08dc0e1f441caef9f5644 (patch) | |
| tree | 7b948b10bb0d3d76b5e2784395aab8348cdd4f25 | |
| parent | a987c7ca7fc9225a587b1dc59d7d4ad2d9e2e08e (diff) | |
gitignore: add all.config
This is used by kbuild to load preset Kconfig options. We need to
ignore it, otherwise git clean kills it.
Signed-off-by: Borislav Petkov <[email protected]>
Cc: Michal Marek <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7e9932e55475..42fa0d5626a9 100644 --- a/.gitignore +++ b/.gitignore @@ -92,3 +92,6 @@ extra_certificates signing_key.priv signing_key.x509 x509.genkey + +# Kconfig presets +all.config |