diff options
author | BharathS24 <BS00493532@techmahindra.com> | 2018-08-20 17:47:05 +0530 |
---|---|---|
committer | BharathS24 <BS00493532@techmahindra.com> | 2018-08-20 17:47:05 +0530 |
commit | 7cb9a25a7e32bcf141a5ad8f8ab1af0ed6064a99 (patch) | |
tree | 2560145d3fc9758c746fa3375ebed122278956ad /snmpmapper/.gitignore | |
parent | 1463aaab6db65130de04d84a68fd9331a1c0caa9 (diff) |
Modified snmpmapper
Now snmpmapper is using DB(postgres) to save mapping file
Issue-ID: DCAEGEN2-338
Change-Id: Ifdf173f7b405463005a96f76dee2558a291548e6
Signed-off-by: BharathS24 <BS00493532@techmahindra.com>
Diffstat (limited to 'snmpmapper/.gitignore')
-rw-r--r-- | snmpmapper/.gitignore | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/snmpmapper/.gitignore b/snmpmapper/.gitignore index 63bdaca..82eca33 100644 --- a/snmpmapper/.gitignore +++ b/snmpmapper/.gitignore @@ -1,4 +1,4 @@ -target/ +/target/ !.mvn/wrapper/maven-wrapper.jar ### STS ### @@ -8,6 +8,7 @@ target/ .project .settings .springBeans +.sts4-cache ### IntelliJ IDEA ### .idea @@ -16,13 +17,9 @@ target/ *.ipr ### NetBeans ### -nbproject/private/ -build/ -nbbuild/ -dist/ -nbdist/ -.nb-gradle/ -# Package Files # -*.jar -.mvn/* -.settings/*
\ No newline at end of file +/nbproject/private/ +/build/ +/nbbuild/ +/dist/ +/nbdist/ +/.nb-gradle/
\ No newline at end of file |