aboutsummaryrefslogtreecommitdiff
path: root/scripts/genksyms/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2021-05-02.gitignore: prefix local generated files with a slashMasahiro Yamada1-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 IdentifierMasahiro Yamada1-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 .gitignoreMasahiro Yamada1-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-13genksyms: drop *.hash.c from .gitignoreMasahiro Yamada1-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-09genksyms: migrate parser to implicit rulesArnaud Lacombe1-3/+4
Signed-off-by: Arnaud Lacombe <[email protected]>
2006-01-01gitignore: misc filesBrian Gerst1-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]>