From 0f03960c1b9ac3a682637ede3ca0f33960efba83 Mon Sep 17 00:00:00 2001 From: Brian Gianforcaro Date: Sun, 9 May 2021 19:51:29 -0700 Subject: [PATCH] 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. --- Kernel/.gitignore | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 Kernel/.gitignore diff --git a/Kernel/.gitignore b/Kernel/.gitignore deleted file mode 100644 index da23ff512f..0000000000 --- a/Kernel/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -kernel.map -*.pcap -eth_null*