From: Roland Hieber <roh...@rohieb.name>

.done is created by make all, and is an empty file.
.gitignore is only resonable in git repositories, and we exclude .git/.
vim swap files happen sometimes (e.g. when editing the makefile).

Signed-off-by: Roland Hieber <roh...@rohieb.name>

---
v1 -> v2: use the right filename for .gitignore, and add vim swap files
---
 Makefile.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile.in b/Makefile.in
index 40c676c2b..26e75b00b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -101,7 +101,10 @@ install: all dirty-check
        @mkdir -p "$(DESTDIR)$(instdir)"
        @tar -C "$(abs_srcdir)" -cf - \
                --exclude *~ \
+               --exclude .*.sw* \
+               --exclude .done \
                --exclude .git \
+               --exclude .gitignore \
                --exclude .pc \
                --exclude .svn \
                --exclude autom4te.cache \
-- 
2.19.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to