remove .gitignore files

This commit is contained in:
christos 2020-04-03 23:46:43 +00:00
parent 6f4ced0b31
commit f41bcc9bc5
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#! /bin/sh
#
# $NetBSD: binutils2netbsd,v 1.1 2016/10/26 18:00:56 christos Exp $
# $NetBSD: binutils2netbsd,v 1.2 2020/04/03 23:46:43 christos Exp $
#
# Copyright (c) 2016 The NetBSD Foundation, Inc.
# All rights reserved.
@ -45,6 +45,7 @@ DIR="$1"
cleantags "$DIR"
find "$DIR" -name testsuite -exec rm -fr {} +
find "$DIR" -name .gitignore -rm
echo You can import now. Use the following command:
echo cvs import src/external/gpl3/binutils/dist FSF binutils-X-YY-Z