summaryrefslogtreecommitdiffstats
path: root/blueprints-processor
diff options
context:
space:
mode:
authorSingal, Kapil (ks220y) <ks220y@att.com>2018-09-04 12:40:56 -0400
committerSingal, Kapil (ks220y) <ks220y@att.com>2018-09-04 12:40:56 -0400
commitdf67648ae7a6574b63eb47e35459c5e1d87e016f (patch)
tree8e585d8fad0c5c44f483e3f80981b51d4ef23f9b /blueprints-processor
parent026500f89289120c4d946c9e2cb8e94e37d6751f (diff)
SDN Controller Blueprints Processor
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>
Diffstat (limited to 'blueprints-processor')
-rw-r--r--blueprints-processor/.gitignore30
1 files changed, 30 insertions, 0 deletions
diff --git a/blueprints-processor/.gitignore b/blueprints-processor/.gitignore
new file mode 100644
index 000000000..781272f59
--- /dev/null
+++ b/blueprints-processor/.gitignore
@@ -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