gitignore: ignore generated hz.bc file
Commit 70730bca13
causes kernel/hz.bc to be autogenerated at build time.
Let git ignore the file so it won't show up in git status.
Signed-off-by: Michel Lespinasse <walken@google.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
3cd8b44fa8
commit
c6fcece92a
1 changed files with 1 additions and 0 deletions
1
kernel/.gitignore
vendored
1
kernel/.gitignore
vendored
|
@ -4,3 +4,4 @@
|
|||
config_data.h
|
||||
config_data.gz
|
||||
timeconst.h
|
||||
hz.bc
|
||||
|
|
Loading…
Reference in a new issue