test suite reviews and discussions
 help / color / mirror / Atom feed
From: "Chen, Zhaoyan" <zhaoyan.chen@intel.com>
To: dts@dpdk.org
Cc: Zhaoyan Chen <zhaoyan.chen@intel.com>
Subject: [dts] [PATCH] Initial the gitignore file, and add basic rules
Date: Tue, 23 Jul 2019 16:01:32 +0800	[thread overview]
Message-ID: <20190723080132.185055-1-zhaoyan.chen@intel.com> (raw)

From: Zhaoyan Chen <zhaoyan.chen@intel.com>

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


                 reply	other threads:[~2019-07-23  8:13 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190723080132.185055-1-zhaoyan.chen@intel.com \
    --to=zhaoyan.chen@intel.com \
    --cc=dts@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).