diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2018-09-04 12:40:56 -0400 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2018-09-04 12:40:56 -0400 |
commit | df67648ae7a6574b63eb47e35459c5e1d87e016f (patch) | |
tree | 8e585d8fad0c5c44f483e3f80981b51d4ef23f9b /blueprints-processor | |
parent | 026500f89289120c4d946c9e2cb8e94e37d6751f (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/.gitignore | 30 |
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 |