SDN Controller Blueprints Processor 67/64467/1
authorSingal, Kapil (ks220y) <ks220y@att.com>
Tue, 4 Sep 2018 16:40:56 +0000 (12:40 -0400)
committerSingal, Kapil (ks220y) <ks220y@att.com>
Tue, 4 Sep 2018 16:40:56 +0000 (12:40 -0400)
Creating Base Directory keeping for SDN Controller Blueprints Processor

Change-Id: I6482074bec78b2d2bc02981a48a2ec28df056cff
Issue-ID: CCSDK-505
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
blueprints-processor/.gitignore [new file with mode: 0644]

diff --git a/blueprints-processor/.gitignore b/blueprints-processor/.gitignore
new file mode 100644 (file)
index 0000000..781272f
--- /dev/null
@@ -0,0 +1,30 @@
+# Target dir in all projects
+**/target/*
+**/target-ide/*
+
+# Logs dir in all projects
+**/logs/*
+**/debug-logs/*
+
+# Added for Intellij IDEA IDE
+**/.idea/*
+
+# Generated models and features
+**/bin/*
+
+# MANIFEST.MF is updated on every clean install
+**/src/main/resources/META-INF/
+**/src/main/yang-gen-sal
+**/src/main/yang-gen-config
+
+
+**/pom.xml.versionsBackup
+**/.flattened-pom.xml
+**/.pydevproject
+**/.settings
+**/.classpath
+**/.project
+
+**/*.class
+**/*.prefs
+**/*.iml
\ No newline at end of file