Meta: Remove obsolete Kernel/.gitignore

The Kernel/.gitignore file is a remnant of the prior build system,
where the kernel.map was written directly to to the Kernel folder.
The run.sh was also under Kernel so pcap files and others would get
dropped there when running the system under qemu.

None of these situations are possible now, so lets get rid of it.
This commit is contained in:
Brian Gianforcaro 2021-05-09 19:51:29 -07:00 committed by Andreas Kling
commit 0f03960c1b
Notes: sideshowbarker 2024-07-18 18:23:40 +09:00

3
Kernel/.gitignore vendored
View file

@ -1,3 +0,0 @@
kernel.map
*.pcap
eth_null*