These directories were originally added as they were required for spdxcheck.py, which upstream checkpatch.pl invokes. As git doesn't index empty directories, they contained empty .gitignore files. As these files were 0 bytes, make distclean now removes them. We already patch checkpatch.pl, so we will just patch spdxcheck.py when we add it and get rid of these directories. They can be added back should the need arise. Reported-by: Geordan Neukum <gneukum1@xxxxxxxxx> Signed-off-by: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx> --- LICENSES/exceptions/.gitignore | 0 LICENSES/other/.gitignore | 0 2 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 LICENSES/exceptions/.gitignore delete mode 100644 LICENSES/other/.gitignore diff --git a/LICENSES/exceptions/.gitignore b/LICENSES/exceptions/.gitignore deleted file mode 100644 index e69de29bb2d1..000000000000 diff --git a/LICENSES/other/.gitignore b/LICENSES/other/.gitignore deleted file mode 100644 index e69de29bb2d1..000000000000 -- 2.20.1 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox