From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.31, mailfrom: liming.gao@intel.com) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by groups.io with SMTP; Mon, 22 Jul 2019 01:28:27 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Jul 2019 01:26:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,294,1559545200"; d="scan'208";a="159811049" Received: from shwde7172.ccr.corp.intel.com ([10.239.158.22]) by orsmga007.jf.intel.com with ESMTP; 22 Jul 2019 01:26:54 -0700 From: "Liming Gao" To: devel@edk2.groups.io Cc: Bob Feng Subject: [edk2-platform patch] Silicon/Intel/Tools: Add .gitignore file to ignore the generated .o/.obj Date: Mon, 22 Jul 2019 16:26:32 +0800 Message-Id: <1563783992-9556-1-git-send-email-liming.gao@intel.com> X-Mailer: git-send-email 2.8.0.windows.1 C tools are compiled first. Their generation files .o/.obj/.d/.pdb should be ignored. Signed-off-by: Liming Gao Cc: Bob Feng --- Silicon/Intel/Tools/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Silicon/Intel/Tools/.gitignore diff --git a/Silicon/Intel/Tools/.gitignore b/Silicon/Intel/Tools/.gitignore new file mode 100644 index 0000000000..5cb8105f17 --- /dev/null +++ b/Silicon/Intel/Tools/.gitignore @@ -0,0 +1,4 @@ +*.d +*.o +*.obj +*.pdb -- 2.13.0.windows.1