mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: barebox@lists.infradead.org
Cc: Geordan Neukum <gneukum1@gmail.com>
Subject: [PATCH v2 1/4] LICENSES: remove empty other, exceptions directories
Date: Wed, 15 May 2019 11:36:41 +0200	[thread overview]
Message-ID: <20190515093644.9691-2-a.fatoum@pengutronix.de> (raw)
In-Reply-To: <20190515093644.9691-1-a.fatoum@pengutronix.de>

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@gmail.com>
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 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@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

  reply	other threads:[~2019-05-15  9:37 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-15  9:36 [PATCH v2 0/4] scripts/checkpatch.pl: rebase on top of upstream v5.1 Ahmad Fatoum
2019-05-15  9:36 ` Ahmad Fatoum [this message]
2019-05-15  9:36 ` [PATCH v2 2/4] checkpatch: add upstream checkpatch v5.1 dependencies Ahmad Fatoum
2019-05-15  9:36 ` [PATCH v2 3/4] checkpatch: import as-is from Linux v5.1 Ahmad Fatoum
2019-05-15  9:36 ` [PATCH v2 4/4] checkpatch: apply barebox-specific modifications Ahmad Fatoum
2019-05-21  7:19 ` [PATCH v2 0/4] scripts/checkpatch.pl: rebase on top of upstream v5.1 Sascha Hauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190515093644.9691-2-a.fatoum@pengutronix.de \
    --to=a.fatoum@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=gneukum1@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox