[DOC-10][DOC-27] Updates to gitmodule and gitignore 85/6285/1
authorRich Bennett <rb2745@att.com>
Wed, 26 Jul 2017 21:31:54 +0000 (17:31 -0400)
committerRich Bennett <rb2745@att.com>
Wed, 26 Jul 2017 21:35:23 +0000 (17:35 -0400)
Change-Id: Iea5db426b9a9ca46acd9db25f2ea8d9816ec63ad
Signed-off-by: Rich Bennett <rb2745@att.com>
.gitignore [new file with mode: 0644]
.gitmodules

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..7e6c5ab
--- /dev/null
@@ -0,0 +1,66 @@
+# Byte-compiled / optimized / DLL files
+__pycache__/
+*.py[cod]
+*$py.class
+
+# C extensions
+*.so
+
+# Distribution / packaging
+.Python
+build/
+develop-eggs/
+dist/
+downloads/
+eggs/
+.eggs/
+lib/
+lib64/
+parts/
+sdist/
+var/
+wheels/
+*.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
+.coverage.*
+.cache
+nosetests.xml
+coverage.xml
+*.cover
+.hypothesis/
+
+# Django:
+*.log
+local_settings.py
+
+# Flask:
+instance/
+.webassets-cache
+
+# Scrapy:
+.scrapy
+
+# Sphinx documentation
+docs/_build/
+
+# PyBuilder
+target/
+
+# pyenv
+.python-version
index 90b5cb5..5808453 100644 (file)
@@ -1,3 +1,5 @@
 [submodule "docs/submodules/vnfrqts/guidelines"]
        path = docs/submodules/vnfrqts/guidelines
        url = ../vnfrqts/guidelines
+       branch = .
+       ignore = dirty