From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.81]) by mx.groups.io with SMTP id smtpd.web09.1724.1579249856763877648 for ; Fri, 17 Jan 2020 00:30:56 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=QY9mCEhn; spf=pass (domain: redhat.com, ip: 207.211.31.81, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1579249855; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=bE5AG8JooqHLDBweEM/md6yLrrwPrC/ImWwxc1+yjzY=; b=QY9mCEhnnWtSXSZVmNnRVdjKR3ZYH24V2KqJtiq2XZouYVazrFP52TmRNQ1ERHfdRnHRvL N9KVmVx39kJDrnah/dEqPzyaHneXg3R1lprkQgtgypazxHO6h9W8hsxGgknuphfoqtsrTx R2IM/pSz++IZJD2FD7i22n4WHoeSgl0= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-345-Bs66IqWYNjG6Vn7B0uFeXQ-1; Fri, 17 Jan 2020 03:30:52 -0500 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 7983892AA4; Fri, 17 Jan 2020 08:30:51 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-211.ams2.redhat.com [10.36.116.211]) by smtp.corp.redhat.com (Postfix) with ESMTP id ED55780F40; Fri, 17 Jan 2020 08:30:49 +0000 (UTC) Subject: Re: [PATCH] BaseTools/Conf/gitattributes: fix "--function-context" for *.h and *.c To: "Gao, Liming" , Leif Lindholm Cc: "devel@edk2.groups.io" , "Feng, Bob C" References: <20200116184929.18020-1-lersek@redhat.com> <20200116215459.GG20629@bivouac.eciton.net> <428016653b214ab699ec2d6b4ecf2fc9@intel.com> <20200117005102.GJ20629@bivouac.eciton.net> <1529165fc50e49e3abdf073f079c1efd@intel.com> From: "Laszlo Ersek" Message-ID: Date: Fri, 17 Jan 2020 09:30:49 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <1529165fc50e49e3abdf073f079c1efd@intel.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-MC-Unique: Bs66IqWYNjG6Vn7B0uFeXQ-1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 01/17/20 01:56, Gao, Liming wrote: > Leif: > .act is same to .aslc. There are no cases in open source. How about this then: *.[Aa][Cc][Tt] diff=cpp *.[Aa][Ss][Ll][Cc] diff=cpp *.[CcHh] diff=cpp *.[Cc][Cc] diff=cpp *.[Cc][Pp][Pp] diff=cpp Thanks, Laszlo