| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-05-02 | .gitignore: prefix local generated files with a slash | Masahiro Yamada | 1 | -2/+2 | |
| The pattern prefixed with '/' matches files in the same directory, but not ones in sub-directories. Signed-off-by: Masahiro Yamada <[email protected]> Acked-by: Miguel Ojeda <[email protected]> Acked-by: Rob Herring <[email protected]> Acked-by: Andra Paraschiv <[email protected]> Acked-by: Greg Kroah-Hartman <[email protected]> Acked-by: Gabriel Krisman Bertazi <[email protected]> | |||||
| 2021-02-23 | scripts/dtc: Add missing fdtoverlay to gitignore | Rob Herring | 1 | -0/+1 | |
| Commit 0da6bcd9fcc0 ("scripts: dtc: Build fdtoverlay tool") enabled building fdtoverlay, but failed to add it to .gitignore. Also add a note to keep hostprogs in sync with .gitignore. Fixes: 0da6bcd9fcc0 ("scripts: dtc: Build fdtoverlay tool") Reported-by: Linus Torvalds <[email protected]> Cc: Viresh Kumar <[email protected]> Signed-off-by: Rob Herring <[email protected]> | |||||
| 2020-03-25 | .gitignore: add SPDX License Identifier | Masahiro Yamada | 1 | -0/+1 | |
| Add SPDX License Identifier to all .gitignore files. Signed-off-by: Masahiro Yamada <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2018-04-07 | .gitignore: move *.lex.c *.tab.[ch] patterns to the top-level .gitignore | Masahiro Yamada | 1 | -3/+0 | |
| These patterns are common to host programs that require lexer and parser. Move them to the top .gitignore. Signed-off-by: Masahiro Yamada <[email protected]> Acked-by: Frank Rowand <[email protected]> | |||||
| 2014-06-10 | kbuild: trivial - remove trailing empty lines | Masahiro Yamada | 1 | -1/+0 | |
| Signed-off-by: Masahiro Yamada <[email protected]> | |||||
| 2009-06-26 | powerpc: Have git ignore generated files from dtc compile | Jon Smirl | 1 | -0/+5 | |
| Have git ignore generated files from dtc compile Signed-off-by: Jon Smirl <[email protected]> Acked-by: David Gibson <[email protected]> Acked-by: Sean MacLennan <[email protected]> Signed-off-by: Benjamin Herrenschmidt <[email protected]> | |||||