From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9F15FA046B for ; Tue, 23 Jul 2019 10:13:08 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 660071BFBA; Tue, 23 Jul 2019 10:13:08 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 27D421BFB8 for ; Tue, 23 Jul 2019 10:13:06 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Jul 2019 01:02:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,298,1559545200"; d="scan'208";a="180660509" Received: from unknown (HELO stv-dev-34.sh.intel.com) ([10.67.118.34]) by orsmga002.jf.intel.com with ESMTP; 23 Jul 2019 01:02:34 -0700 From: "Chen, Zhaoyan" To: dts@dpdk.org Cc: Zhaoyan Chen Date: Tue, 23 Jul 2019 16:01:32 +0800 Message-Id: <20190723080132.185055-1-zhaoyan.chen@intel.com> X-Mailer: git-send-email 2.22.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH] Initial the gitignore file, and add basic rules X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" From: Zhaoyan Chen Initial the gitignore file, and add basic rules --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9b329d9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +#ignore all pyc files +*.pyc + +#ignore the defualt output folder and temporary folder +output/ +tmp/ + +#ignore the development tool's folder +#Visual Studio Code +.vscode/ \ No newline at end of file -- 2.22.0