From fc9304b7f77367ed603198bd50e26b57c170641f Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Wed, 15 May 2019 11:36:41 +0200 Subject: LICENSES: remove empty other, exceptions directories 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 Signed-off-by: Ahmad Fatoum Signed-off-by: Sascha Hauer --- 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 (limited to 'LICENSES') diff --git a/LICENSES/exceptions/.gitignore b/LICENSES/exceptions/.gitignore deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/LICENSES/other/.gitignore b/LICENSES/other/.gitignore deleted file mode 100644 index e69de29bb2..0000000000 -- cgit v1.2.3