diff options
author | Brian Gerst <bgerst@didntduck.org> | 2005-12-27 23:43:31 -0500 |
---|---|---|
committer | <sam@mars.ravnborg.org> | 2006-01-01 22:21:50 +0100 |
commit | 352dd1df32e672be4cff71132eb9c06a257872fe (patch) | |
tree | f8477d3133b8f43fe1108a1516295f507b2ca359 /scripts/kconfig | |
parent | 02959a875caec8cabd36111046ad537251ef405f (diff) | |
download | op-kernel-dev-352dd1df32e672be4cff71132eb9c06a257872fe.zip op-kernel-dev-352dd1df32e672be4cff71132eb9c06a257872fe.tar.gz |
gitignore: misc files
Ignore all files generated from *_shipped files, plus a few others.
Signed-off-by: Brian Gerst <bgerst@didntduck.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'scripts/kconfig')
-rw-r--r-- | scripts/kconfig/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/kconfig/.gitignore b/scripts/kconfig/.gitignore index 2dac344..e8ad1f6 100644 --- a/scripts/kconfig/.gitignore +++ b/scripts/kconfig/.gitignore @@ -5,6 +5,7 @@ config* lex.*.c *.tab.c *.tab.h +zconf.hash.c # # configuration programs |