[klibc] [klibc:update-dash] dash: README.dash: Exclude .gitignore when synching

klibc-bot for Ben Hutchings ben at decadent.org.uk
Sat Mar 28 14:48:03 PDT 2020


Commit-ID:  a3ab1ea02bccb3ae4e35a607ffcf7bb9b253a7b3
Gitweb:     http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=a3ab1ea02bccb3ae4e35a607ffcf7bb9b253a7b3
Author:     Ben Hutchings <ben at decadent.org.uk>
AuthorDate: Sat, 28 Mar 2020 19:51:50 +0000
Committer:  Ben Hutchings <ben at decadent.org.uk>
CommitDate: Sat, 28 Mar 2020 20:29:23 +0000

[klibc] dash: README.dash: Exclude .gitignore when synching

Since we mangle file paths and don't use autotools, the upstream
.gitignore doesn't work for us.

Signed-off-by: Ben Hutchings <ben at decadent.org.uk>

---
 usr/dash/README.dash | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr/dash/README.dash b/usr/dash/README.dash
index d67a5aff..11ecff54 100644
--- a/usr/dash/README.dash
+++ b/usr/dash/README.dash
@@ -35,7 +35,7 @@ HOWTO sync branch:
  | filterdiff --strip 2 --addoldprefix a/usr/dash/ --addnewprefix b/usr/dash/ \
        --exclude="*/configure.ac" --exclude="*/ChangeLog" \
        --exclude="*/dash.1" --exclude="*/Makefile.am" \
-       --exclude="*/mksignames.c" \
+       --exclude="*/mksignames.c" --exclude="*/.gitignore" \
  > dash.mbox
 
 2) Import patches from mailbox:


More information about the klibc mailing list