From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-x633.google.com (mail-pl1-x633.google.com [IPv6:2607:f8b0:4864:20::633]) by sourceware.org (Postfix) with ESMTPS id ECE3A3AA942E for ; Sat, 17 Dec 2022 16:52:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org ECE3A3AA942E Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-pl1-x633.google.com with SMTP id l10so5187597plb.8 for ; Sat, 17 Dec 2022 08:52:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=LciV2STUvZjLO6Uj4CyuxLJVkd/FWwEsJ8DMc9fm4e8=; b=AYihmng9guxQ8W4BcqvM2oJG7seENqq6j5jm7CWk5pM3/uUw3vxgyJshfOpWlNgMPo fls9kCyEtAGGqVHAgCSNsIWEY1u1cpFaOuBYEKF8Qox+UWmlLSh2aLR7ykhb+vqPs6Kq eZYbW3pxUvI2u84nOWvf+HtAucqRZlsZ9PvUd81GFFc6LE2DWgLiLmyl5LZQbF9rLumL Wne+my0EgC3wu1IDzFk5SlqCs7lriXoXdT3HBttuoC96WFTru+sDyl2NhZ5JQ4xFPxpr VFNPNVTi5O/oTe5mJBWY1UykonxpqgUq+ijSl+64HpnaZtG0qBPR0OlWZ9ygh0ZQwmal Envw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=LciV2STUvZjLO6Uj4CyuxLJVkd/FWwEsJ8DMc9fm4e8=; b=d1WYsfWr7w87CyxXowp83xQP95KoLJtlXRGwMChGQj0QLikxNLerPvtucZFZpCz/7E z6Z5Fcu4KM4Q1N65taZ/frG3U50uCvvTLm4nq2e4TR+yk/YzSnFVXz6CwHK8xqq73cpk cwBBuZxAdL+XOy+rDf08f9qfrpO0zx8iFR8D5gI6+GE6vW00OWvG0cyz9D+adicgwmtx 7592VSS8vYo2be1btMLT0u56B63kztMFVaUdphm6Ogn0gXuguCgjj7eMFL69DkLaHKc/ OCKej3tM+HDo3sDAmEWFEQG8Q6SUDsplpglq445riOJraLb543vOdDkdbiFRd4vg04H9 eJNw== X-Gm-Message-State: ANoB5pnOUTe2gpBLtIvZSv4bv5fS4PCqWClhoORprjT6zm1T2xJhA0kq ycczKWN2rxYaWkeMhdyXJsi3kA16i/s= X-Google-Smtp-Source: AA0mqf5uBhvO8bF4WcpuR3iZojd8uIYltYbdHXks36PTgmKJwM+M0xz5wIhNAJiVbAgB5SffURLNgQ== X-Received: by 2002:a17:90b:3687:b0:21a:1793:5c99 with SMTP id mj7-20020a17090b368700b0021a17935c99mr37272213pjb.42.1671295955735; Sat, 17 Dec 2022 08:52:35 -0800 (PST) Received: from localhost.localdomain ([103.94.185.75]) by smtp.googlemail.com with ESMTPSA id s92-20020a17090a2f6500b002191873187dsm6643229pjd.33.2022.12.17.08.52.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 17 Dec 2022 08:52:35 -0800 (PST) From: Yonggang Luo To: elfutils-devel@sourceware.org Cc: Yonggang Luo Subject: [PATCH v2 01/16] ignore build directory Date: Sun, 18 Dec 2022 00:51:58 +0800 Message-Id: <20221217165213.152-2-luoyonggang@gmail.com> X-Mailer: git-send-email 2.36.1.windows.1 In-Reply-To: <20221217165213.152-1-luoyonggang@gmail.com> References: <20221217165213.152-1-luoyonggang@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-11.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,GIT_PATCH_0,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: This is for in in three building and won't affect IDE for example mkdir build && cd build && ../configure && make install Signed-off-by: Yonggang Luo --- .gitignore | 1 + ChangeLog | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 8bcd88d7..ca06dddd 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,7 @@ Makefile.in /INSTALL /aclocal.m4 /autom4te.* +/build /config.cache /config.h /config.h.in diff --git a/ChangeLog b/ChangeLog index 52efca04..35a37343 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2022-12-17 Yonggang Luo + + * .gitignore: Ignore build directory + 2022-11-02 Mark Wielaard * configure.ac (AC_INIT): Set version to 0.188. -- 2.36.1.windows.1