From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web08.14879.1639419628750981067 for ; Mon, 13 Dec 2021 10:20:28 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@linux.microsoft.com header.s=default header.b=pr6G+uD4; spf=pass (domain: linux.microsoft.com, ip: 13.77.154.182, mailfrom: mikuback@linux.microsoft.com) Received: from [10.0.0.19] (c-73-27-179-174.hsd1.fl.comcast.net [73.27.179.174]) by linux.microsoft.com (Postfix) with ESMTPSA id 58B7220B7179; Mon, 13 Dec 2021 10:20:27 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 58B7220B7179 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1639419627; bh=xw/OBMxRzEKieFUgr+Z/dQUqgpwMR0oYligXMqgQsV0=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=pr6G+uD4Uz7KpROiX9KBeDo1QWbJ0rLtYD8I5nCeu3uEeiXSlaZufxvVXWrXhpYNA A+4/IW/fuhUrmE53M7xx56brg3eVGJEp/rFz8f+NdSHlodOZg7J2J1lTGf1muSjlvx pFgdNe2P/QZcLvMDIjQpc9fzBof5EQI5bBMdwxK8= Message-ID: <8c8c54b7-4774-40c5-c35e-3a669247048b@linux.microsoft.com> Date: Mon, 13 Dec 2021 13:20:25 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.3.2 Subject: Re: [edk2-devel] Adding *.uncrustify_plugin to .gitignore? To: devel@edk2.groups.io, rebecca@nuviainc.com Cc: Leif Lindholm , Michael D Kinney , Ard Biesheuvel References: <218ff62f-353c-0160-0b38-44f3fc04e593@nuviainc.com> <97a6a438-8eb6-2d3d-cb93-46a3e70449f1@linux.microsoft.com> From: "Michael Kubacki" In-Reply-To: Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Thank you for confirming. I do not expect for them to be left around. I suppose we can leave it as-is for now, so users are aware in case the files remain (for any reason) in their workspace. On 12/13/2021 10:25 AM, Rebecca Cran wrote: > Sorry, it was operator error: those were obviously left-overs from when > I was figuring out how to run Uncrustify manually. Now when I run e.g. > "git ls-files ArmPkg*.c | > ./.pytool/Plugin/Uncrustify/mu-uncrustify-release_extdep/Linux-x86/uncrustify > -c ./.pytool/Plugin/UncrustifyCheck/uncrustify.cfg -F - --replace > --no-backup --if-changed" I don't get those files generated. > >