1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02:27:43 +00:00

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
parent 3aeaceb727
commit 0f03960c1b

3
Kernel/.gitignore vendored
View file

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