diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-09-10 05:45:14 -0400 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2019-09-12 09:50:07 -0400 |
commit | fcc16a9e24ba6a2bb9f3af43d892eeec2a435d18 (patch) | |
tree | e1ba26d5c0c39bb398f8013d0486d05fa0ca8ae3 /arch/parisc | |
parent | 5fa1659105fac63e0f3c199b476025c2e04111ce (diff) |
parisc: Have git ignore generated real2.S and firmware.c
These files are not covered in globs from any other .gitignore files.
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc')
-rw-r--r-- | arch/parisc/boot/compressed/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/parisc/boot/compressed/.gitignore b/arch/parisc/boot/compressed/.gitignore index ae06b9b4c02f..926cd41c1069 100644 --- a/arch/parisc/boot/compressed/.gitignore +++ b/arch/parisc/boot/compressed/.gitignore | |||
@@ -1,3 +1,5 @@ | |||
1 | firmware.c | ||
2 | real2.S | ||
1 | sizes.h | 3 | sizes.h |
2 | vmlinux | 4 | vmlinux |
3 | vmlinux.lds | 5 | vmlinux.lds |