test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] Initial the gitignore file, and add basic rules
@ 2019-07-23  8:01 Chen, Zhaoyan
  0 siblings, 0 replies; only message in thread
From: Chen, Zhaoyan @ 2019-07-23  8:01 UTC (permalink / raw)
  To: dts; +Cc: Zhaoyan Chen

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-07-23  8:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-23  8:01 [dts] [PATCH] Initial the gitignore file, and add basic rules Chen, Zhaoyan

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).