From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Lirzin Subject: [PATCH 2/2] maint: Update .gitignore. Date: Sat, 16 Jan 2016 20:26:49 +0100 Message-ID: <1452972409-32267-3-git-send-email-mthl@gnu.org> References: <1452972409-32267-1-git-send-email-mthl@gnu.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------2.6.4" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35956) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aKWV3-0004QB-W2 for guix-devel@gnu.org; Sat, 16 Jan 2016 14:27:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aKWV2-000759-VX for guix-devel@gnu.org; Sat, 16 Jan 2016 14:27:01 -0500 In-Reply-To: <1452972409-32267-1-git-send-email-mthl@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org This is a multi-part message in MIME format. --------------2.6.4 Content-Type: text/plain; charset=UTF-8; format=fixed Content-Transfer-Encoding: quoted-printable *.gitignore: Replace dmd with shepherd in .gitignore. --- .gitignore | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) --------------2.6.4 Content-Type: text/x-patch; name="0002-maint-Update-.gitignore.patch" Content-Disposition: attachment; filename="0002-maint-Update-.gitignore.patch" Content-Transfer-Encoding: quoted-printable diff --git a/.gitignore b/.gitignore index 0b281f8..a151533 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ /configure -/dmd.info +/shepherd.info /stamp-vti /version.texi /config.cache @@ -7,7 +7,7 @@ /config.scm /config.status /deco -/dmd +/shepherd /examples/Makefile /utils/Makefile /autom4te.cache @@ -21,24 +21,24 @@ Makefile /INSTALL /aclocal.m4 *.go -/modules/dmd/config.scm -/dmd.aux -/dmd.cp -/dmd.cps -/dmd.fn -/dmd.fns -/dmd.ky -/dmd.log -/dmd.pg -/dmd.toc -/dmd.tp -/dmd.tps -/dmd.vr -/dmd.vrs -/modules/dmd/system.scm +/modules/shepherd/config.scm +/shepherd.aux +/shepherd.cp +/shepherd.cps +/shepherd.fn +/shepherd.fns +/shepherd.ky +/shepherd.log +/shepherd.pg +/shepherd.toc +/shepherd.tp +/shepherd.tps +/shepherd.vr +/shepherd.vrs +/modules/shepherd/system.scm /halt /reboot -/dmd.pdf +/shepherd.pdf /test-suite.log /tests/basic.log /tests/basic.trs --------------2.6.4--