[dts] [PATCH] Initial the gitignore file, and add basic rules

Chen, Zhaoyan zhaoyan.chen at intel.com
Tue Jul 23 10:01:32 CEST 2019


From: Zhaoyan Chen <zhaoyan.chen at 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



More information about the dts mailing list