| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-05-02 | .gitignore: prefix local generated files with a slash | Masahiro Yamada | 1 | -1/+1 | |
| 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]> | |||||
| 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]> | |||||
| 2018-01-13 | genksyms: drop *.hash.c from .gitignore | Masahiro Yamada | 1 | -1/+0 | |
| This is a left-over of commit bb3290d91695 ("Remove gperf usage from toolchain"). We do not generate a hash function any more. Signed-off-by: Masahiro Yamada <[email protected]> | |||||
| 2011-06-09 | genksyms: migrate parser to implicit rules | Arnaud Lacombe | 1 | -3/+4 | |
| Signed-off-by: Arnaud Lacombe <[email protected]> | |||||
| 2006-01-01 | gitignore: misc files | Brian Gerst | 1 | -0/+4 | |
| Ignore all files generated from *_shipped files, plus a few others. Signed-off-by: Brian Gerst <[email protected]> Signed-off-by: Sam Ravnborg <[email protected]> | |||||