From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CCA8AC4727D for ; Sat, 26 Sep 2020 21:32:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 911F62371F for ; Sat, 26 Sep 2020 21:32:55 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="nJ6pcd4r" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727801AbgIZVcy (ORCPT ); Sat, 26 Sep 2020 17:32:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58766 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727717AbgIZVcx (ORCPT ); Sat, 26 Sep 2020 17:32:53 -0400 Received: from mail-wm1-x342.google.com (mail-wm1-x342.google.com [IPv6:2a00:1450:4864:20::342]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 23DFDC0613CE for ; Sat, 26 Sep 2020 14:32:53 -0700 (PDT) Received: by mail-wm1-x342.google.com with SMTP id d4so2648415wmd.5 for ; Sat, 26 Sep 2020 14:32:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:in-reply-to:references:from:date:subject:mime-version :content-transfer-encoding:fcc:to:cc; bh=mRcnH+G1Ka44sLeCNyVBJTX/HZuo1MlBFoUFNXHVNoQ=; b=nJ6pcd4rgKths2syJpnUdhX/3I3tzUycRmFQuoQgyYCfPNZ1dewethQtKwG2APZE3Q elaAiw0yvHcIZScLYfR8mjYoEqkJ+8FCkQ0AYLDu8mvTzq8rH4xMQyM4TsOzE5FFCf+U UuzFgjxRDgEXYZJbo2EvgfFmLquoP/3ApcoT/NIFV1m0XzNsLJigd+NY9VgWyzz+5B4y uo8XdyLIPkiueaNzoflC2VAIbUYKzT932SoBQGgBPyN5yX/Dy9FJVGIRiUfHXD/WUWmL HaA70HcWcZaho5/H69diFSAgXGN5hO0/2i2MdKajhPr5B9OxF04YDwtArHTjDtyOt5EE Lj9w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:in-reply-to:references:from:date :subject:mime-version:content-transfer-encoding:fcc:to:cc; bh=mRcnH+G1Ka44sLeCNyVBJTX/HZuo1MlBFoUFNXHVNoQ=; b=JSiNQdyuvVCqnHDm63o6n+i4qAE9wkf3jCEAB3scJUPkQe3D8v5IKBcvZWUc/O6T1t +MUQKuEhrdtA3qOmMr9qZw8XGe4jO+kpSmPegQR21nCgLFfG03LLkz6abXTh2Uq5rWES oLMfHqvfBOtxgIixuxtsuHdpTkE0HUYQKJTk9WTvq5KOAtU6y4L7Hw868KZnMejvGfYt v22h0fUxqRsj0W2P6GFU98cD0uwHydSMr28TXLaRUreEnqs6HCZqRy6Sbs/tSwfxzXeY izJXshya3cj/nZzlsTkGvHL6dG6Fqe9pHCEURO0lkR5w9kNJW9u4TQzf5IH5aoA2vzcm ASXQ== X-Gm-Message-State: AOAM530WyQYwrYTKlkK6BAUzyb1PfbCs+ggygvVFcOGhy9EaV/Pa+yFr RsncK/tNn1pK4ruZ14bjy/LnGcjrMCI= X-Google-Smtp-Source: ABdhPJxNQaWCoAubD4HeKk4TM+LV7ttC6GGOEf9zUzDh1lMOQa6vzRNf2NygLAGEpurcUikegBbNtQ== X-Received: by 2002:a1c:ed09:: with SMTP id l9mr4136629wmh.89.1601155971750; Sat, 26 Sep 2020 14:32:51 -0700 (PDT) Received: from [127.0.0.1] ([13.74.141.28]) by smtp.gmail.com with ESMTPSA id u8sm3602177wmj.45.2020.09.26.14.32.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 26 Sep 2020 14:32:51 -0700 (PDT) Message-Id: In-Reply-To: References: From: "Johannes Schindelin via GitGitGadget" Date: Sat, 26 Sep 2020 21:32:40 +0000 Subject: [PATCH v2 01/10] cmake: ignore files generated by CMake as run in Visual Studio MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fcc: Sent To: git@vger.kernel.org Cc: Sibi Siddharthan , =?UTF-8?Q?=C4=90o=C3=A0n_Tr=E1=BA=A7n_C=C3=B4ng?= Danh , SZEDER =?UTF-8?Q?G=C3=A1bor?= , Eric Sunshine , Johannes Schindelin , Johannes Schindelin , Johannes Schindelin Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org From: Johannes Schindelin As of recent Visual Studio versions, CMake support is built-in: https://docs.microsoft.com/en-us/cpp/build/cmake-projects-in-visual-studio?view=vs-2019 All that needs to be done is to open the worktree as a folder, and Visual Studio will find the `CMakeLists.txt` file and automatically generate the project files. Let's ignore the entirety of those generated files. Helped-by: Đoàn Trần Công Danh Signed-off-by: Johannes Schindelin --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d0f692a355..6521f3cf22 100644 --- a/.gitignore +++ b/.gitignore @@ -241,3 +241,4 @@ Release/ /git.VC.VC.opendb /git.VC.db *.dSYM +/contrib/buildsystems/out -- gitgitgadget