Add .gitignore file for easier usage 67/25567/1
authorJulien <zhang.jun3g@zte.com.cn>
Wed, 7 Dec 2016 01:04:36 +0000 (09:04 +0800)
committerJulien <zhang.jun3g@zte.com.cn>
Wed, 7 Dec 2016 01:04:36 +0000 (09:04 +0800)
Change-Id: I284a4f87ddb1ab35f2d3cb67d0132c7792bfbbfb
Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..078f1c9
--- /dev/null
@@ -0,0 +1,64 @@
+# Normal for all project
+*~
+.*.sw?
+/docs_build/
+/docs_output/
+/releng/
+
+# Byte-compiled / optimized / DLL files
+__pycache__/
+*.py[cod]
+*.confc
+
+# C extensions
+*.so
+
+# Distribution / packaging
+.Python
+env/
+build/
+develop-eggs/
+dist/
+eggs/
+lib64/
+parts/
+sdist/
+var/
+*.egg-info/
+.installed.cfg
+*.egg
+
+# PyInstaller
+#  Usually these files are written by a python script from a template
+#  before PyInstaller builds the exe, so as to inject date/other infos into it.
+*.manifest
+*.spec
+
+# Installer logs
+pip-log.txt
+pip-delete-this-directory.txt
+
+# Unit test / coverage reports
+.tox/
+.coverage
+.cache
+
+# Log files:
+*.log
+
+# Sphinx documentation
+docs/_build/
+
+# PyBuilder
+target/
+
+# SublimeText
+*.sublime-project
+*.sublime-workspace
+
+# macos preview
+.DS_Store
+
+# PyCharm
+.idea/
+