From ae235a33287834a5541c4914ab7f54e821d9731d Mon Sep 17 00:00:00 2001 From: Steve Alphonse Siani Date: Fri, 28 Dec 2018 14:58:27 -0500 Subject: 1st drop integration with BluePrintCatalogService Change-Id: I0824dcaf0a36e4616c12f3ac53530e6863bee290 Issue-ID: CCSDK-418 Signed-off-by: Steve Alphonse Siani --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 12004f5a..5d835f55 100644 --- a/.gitignore +++ b/.gitignore @@ -20,4 +20,7 @@ **/blackDuckHub* **/*.jsonld **/.checkstyle -**/.gitignore +**/.gitignore + +**/*py.class +**/.DS_Store -- cgit