mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Roland Hieber <r.hieber@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Roland Hieber <rohieb@rohieb.name>
Subject: [ptxdist] [PATCH] Makefile: don't install files .done and .gitignore
Date: Tue, 13 Nov 2018 20:53:42 +0100	[thread overview]
Message-ID: <20181113195342.30999-1-r.hieber@pengutronix.de> (raw)

From: Roland Hieber <rohieb@rohieb.name>

.done is created by make all, and is an empty file.
.gitignore is only resonable in git repositories, and we exclude .git/.

Signed-off-by: Roland Hieber <rohieb@rohieb.name>
---
 Makefile.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile.in b/Makefile.in
index 40c676c2b..2ad26d432 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -101,6 +101,8 @@ install: all dirty-check
 	@mkdir -p "$(DESTDIR)$(instdir)"
 	@tar -C "$(abs_srcdir)" -cf - \
 		--exclude *~ \
+		--exclude .done \
+		--exclude .git \
 		--exclude .git \
 		--exclude .pc \
 		--exclude .svn \
-- 
2.19.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

             reply	other threads:[~2018-11-13 19:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-13 19:53 Roland Hieber [this message]
2018-11-13 20:10 ` [ptxdist] [PATCH v2] Makefile: don't install .done, .gitignore and vim swap files Roland Hieber
2018-11-13 20:54   ` Uwe Kleine-König
2018-12-10 16:05   ` Baeuerle, Florian
2018-12-11  7:55     ` Michael Olbrich

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=20181113195342.30999-1-r.hieber@pengutronix.de \
    --to=r.hieber@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    --cc=rohieb@rohieb.name \
    /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