diff options
author | Vasyl Razinkov <vasylrazinkov@sidero.ie> | 2019-05-20 16:19:57 +0100 |
---|---|---|
committer | vasraz <vasyl.razinkov@est.tech> | 2019-07-16 14:52:27 +0100 |
commit | f55fa6a1f3c427ff035970635aedaec16c0de4f1 (patch) | |
tree | ea58389563b6468964096f94f299acf5320722f4 /ecomp-sdk/.gitignore | |
parent | 7d7b74d4d92e7fa45471fb0e8678837f71da3d02 (diff) |
Fixed Sonar "Blocker Bugs"
Fixed potential "thread-Leak"
Change-Id: I7efcbd4d7b6b69ca1f234bed8d28cbb8e51e3e25
Signed-off-by: Vasyl Razinkov <vasylrazinkov@sidero.ie>
Issue-ID: PORTAL-584
Diffstat (limited to 'ecomp-sdk/.gitignore')
-rw-r--r-- | ecomp-sdk/.gitignore | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/ecomp-sdk/.gitignore b/ecomp-sdk/.gitignore new file mode 100644 index 00000000..777a7cd1 --- /dev/null +++ b/ecomp-sdk/.gitignore @@ -0,0 +1,51 @@ +# Compiled source # +*.class +*/bin/* + +# Eclipse files +.project +.classpath +.settings +.metadata + +# IntelliJ IDEA files +.idea +*.iws +*.ipr +*.iml + +# Netbeans +Netbeans +nbactions.xml +nb-configuration.xml + +# Test output files +*/test-output/* +/test-output/ +/test-output +test-output/ +test-output/**/* +*/test-output/**/* + +# Packages +*.jar + +# Maven build files +target +reports +application.properties +avs-rest-service/application.properties + + +# PMD +.pmd + +# Merge files +*.orig + +#tmp irectories +tmp/ + +# Windows binaries +*.exe +*.dll
\ No newline at end of file |