diff options
author | Lovett, Trevor (tl2972) <tl2972@att.com> | 2018-08-22 16:21:17 -0500 |
---|---|---|
committer | Lovett, Trevor (tl2972) <tl2972@att.com> | 2018-08-22 18:52:24 -0500 |
commit | 0f64d414f75f1b9edf80a5196b23748db69832da (patch) | |
tree | 236e8929e8d55edbe5ee2eb657c37a7b4539f88d /.gitignore | |
parent | 0ae93a7b981ac41beea848726e3d91a7f006a032 (diff) |
[VNFRQTS] Tool for making unique req't IDs
Added make_ids.py to generate requirement IDs. Also
added a generated JSON version of the requirements as
this is used by the script. This JSON version is
also exported via Sphinx is now downloadable via
Chapter 9's Requirement List
Change-Id: I7fe579ec775456042ed9ef833714a238506692ca
Issue-ID: VNFRQTS-272
Signed-off-by: Lovett, Trevor (tl2972) <tl2972@att.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -62,6 +62,7 @@ instance/ # Sphinx documentation docs/_build/ +docs/data/_static # PyBuilder target/ @@ -104,3 +105,6 @@ Makefile # Mac *DS_Store* + +# IDEs +.idea/ |