Browse Source

first commit

shixiong 5 years ago
parent
commit
1d97c4cc22
1 changed files with 58 additions and 34 deletions
  1. 58 34
      .gitignore

+ 58 - 34
.gitignore

@@ -1,36 +1,60 @@
-*~
-\#*#
-.idea/
-*.komodoproject
-.loadpath
-.project
-*.pyc
-.pydevproject
-*.pyo
-*.redcar*
-.*.swp
-.sass-cache
-.rvmrc
-.DS_Store
-gce.ini
-multi_ec2.yaml
-.vagrant
-.tags*
-*.retry
-.vscode/*
-.cache
+# ---> Python
+# Byte-compiled / optimized / DLL files
+__pycache__/
+*.py[cod]
+*$py.class
+
+# C extensions
+*.so
+
+# Distribution / packaging
+.Python
+env/
+build/
+develop-eggs/
+dist/
+downloads/
+eggs/
+.eggs/
+lib/
+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
+htmlcov/
 .tox/
 .coverage
-*.egg-info
-.eggs
-cover/
-test/libvirt/install-config.yml
-test/libvirt/.openshift_install_state.json
-test/libvirt/.openshift_install.log
-test/libvirt/*.ign
-test/libvirt/install-config-ansible.yml
-test/libvirt/terraform/terraform.tfvars
-test/libvirt/terraform/.terraform
-*.tfstate
-*.tfstate.backup
-test/libvirt/inventory.txt
+.coverage.*
+.cache
+nosetests.xml
+coverage.xml
+*,cover
+
+# Translations
+*.mo
+*.pot
+
+# Django stuff:
+*.log
+
+# Sphinx documentation
+docs/_build/
+
+# PyBuilder
+target/
+