From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-3.7 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_PASS, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id C426C1F4B4 for ; Thu, 17 Sep 2020 20:37:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726401AbgIQUhs (ORCPT ); Thu, 17 Sep 2020 16:37:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59722 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726244AbgIQUhs (ORCPT ); Thu, 17 Sep 2020 16:37:48 -0400 Received: from mail-wm1-x341.google.com (mail-wm1-x341.google.com [IPv6:2a00:1450:4864:20::341]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D2967C06174A for ; Thu, 17 Sep 2020 13:37:47 -0700 (PDT) Received: by mail-wm1-x341.google.com with SMTP id e17so3223881wme.0 for ; Thu, 17 Sep 2020 13:37:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:from:date:subject:fcc:content-transfer-encoding :mime-version:to:cc; bh=gG83uW8tMM5uDO6EWJW4CMic+CXf+N96oOroUaUa4fQ=; b=dFysYw5aU41Ea3zlFvlIWVXbauYkDh+vsMwDhnBtbwG4Fq8jfH6JrUoNm4wjE1RrpO k/qdjQ5CXMiZ6Z2pqHkDCIH3+5wMmBrk5vbok1gG2rWnpBoHdSuH8RtvEFqOIout71yD ga2usJY7+k1MyWa6U2u4iH2w+VYSuzvWx/ye8ONrq9EZ14W7lX2lmLnNnAh3nF6ngYg6 mKY1M0ME2FZNglK1+n0Q3xxhNbX9YNz5XPaY367hjvG5OkOovsLH1A8pk7Yf9S2sKi3x 1FixMVj1gV9k55HMkNWZ3CEyrk5qwcxKf2G5jhrU97Vv4PFBwvAfSazNVcizJgE569Ef eSUw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:from:date:subject:fcc :content-transfer-encoding:mime-version:to:cc; bh=gG83uW8tMM5uDO6EWJW4CMic+CXf+N96oOroUaUa4fQ=; b=ieFETFnZxR3cdfwQz24TLPwLoLn7Pq+21HF5bHTMGbxhz9tll2e7bwuKS0hhS1rhZi d7sgRE5rP386Ej1S4/e6b4mnNCMB2flGziqis+Ef5fp+0YBT9i9kdvq5CavPteHkuLfn e6T6cDDAdF5n0Gjrh2U3o+YwY6Xr6rQF1rNyTviXIjzMocl8dmS1y0gBxUXNR+IbuzM7 UZbt5d3HgmAp+h9v4hCS+zEm4hKPcPAQbcd/3J1vIHd4PFFQs0o3aXG77Ozd2FbGPomB xHgRGV8nUveW9YYsRM0+UsTdgldGh+hVq+NifWJYvTESz2BnB6Ysy9u0dxYdWv5erf78 x+dA== X-Gm-Message-State: AOAM530NrrjMmqe2jud/70bu5wxUpQKprXv26ZDhhQ53NKGKbZSYXjeT iaQTIAG5xAk8nlC0DiZ9nyIYOLLhcZQ= X-Google-Smtp-Source: ABdhPJw86/7ICQ4cROFiST/cXxab5cg07GbjdRiGsLdgwJJhai/CUAdU2+wzaYP7/vwKn5un6IAkgw== X-Received: by 2002:a1c:f719:: with SMTP id v25mr12679355wmh.159.1600375066470; Thu, 17 Sep 2020 13:37:46 -0700 (PDT) Received: from [127.0.0.1] ([13.74.141.28]) by smtp.gmail.com with ESMTPSA id t22sm1186313wmt.1.2020.09.17.13.37.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 17 Sep 2020 13:37:46 -0700 (PDT) Message-Id: From: "Johannes Schindelin via GitGitGadget" Date: Thu, 17 Sep 2020 20:37:45 +0000 Subject: [PATCH] cmake: ignore generated files Fcc: Sent Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 To: git@vger.kernel.org Cc: Johannes Schindelin , Johannes Schindelin Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org From: Johannes Schindelin When using CMake to generate the files required to build Git in Visual Studio, a bunch of files are generated. We will want to prevent them from being tracked in Git. Signed-off-by: Johannes Schindelin --- Ignore files generated by CMake Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-735%2Fdscho%2Fignore-generated-cmake-files-v1 Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-735/dscho/ignore-generated-cmake-files-v1 Pull-Request: https://github.com/gitgitgadget/git/pull/735 .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 9673e792db..36f5ac4138 100644 --- a/.gitignore +++ b/.gitignore @@ -239,3 +239,9 @@ Release/ /git.VC.VC.opendb /git.VC.db *.dSYM +*.vcxproj +*.vcxproj.filters +/CMakeCache.txt +/CMakeFiles/ +/*.cmake +/DartConfiguration.tcl base-commit: 54e85e7af1ac9e9a92888060d6811ae767fea1bc -- gitgitgadget