diff options
author | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2018-02-12 07:20:56 -0800 |
---|---|---|
committer | Sastry Isukapalli <sastry@research.att.com> | 2018-02-12 23:02:56 +0000 |
commit | 79e314af5d2094b297803325f3b2d74635834ec1 (patch) | |
tree | 3fbe06d760b739d37ecef2b3cae63ae62f60ac3d /.gitignore | |
parent | 2d2ac618f8538fe243c292540fedfbf45e19b118 (diff) |
Added root pom.xml files for OSDF
Added pom.xml, assembly.xml
Modified .gitignore
Change-Id: I8b8bd6c180d1738567be6e6fa4c94c57e15f5b77
Issue-ID: OPTFRA-72
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 110 |
1 files changed, 0 insertions, 110 deletions
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 864f9ee..0000000 --- a/.gitignore +++ /dev/null @@ -1,110 +0,0 @@ -# Copied from https://raw.githubusercontent.com/github/gitignore/master/Python.gitignore -# Copy as of 2018-02-08 -# github/gitignore is licensed under the -# Creative Commons Zero v1.0 Universal - -# 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 -MANIFEST - -# 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/ -.pytest_cache/ - -# Translations -*.mo -*.pot - -# Django stuff: -*.log -.static_storage/ -.media/ -local_settings.py - -# Flask stuff: -instance/ -.webassets-cache - -# Scrapy stuff: -.scrapy - -# Sphinx documentation -docs/_build/ - -# PyBuilder -target/ - -# Jupyter Notebook -.ipynb_checkpoints - -# pyenv -.python-version - -# celery beat schedule file -celerybeat-schedule - -# SageMath parsed files -*.sage.py - -# Environments -.env -.venv -env/ -venv/ -ENV/ -env.bak/ -venv.bak/ - -# Spyder project settings -.spyderproject -.spyproject - -# Rope project settings -.ropeproject - -# mkdocs documentation -/site - -# mypy -.mypy_cache/ |