aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation
diff options
context:
space:
mode:
authorbiniek <lukasz.biniek@nokia.com>2018-12-11 17:21:29 +0100
committerbiniek <lukasz.biniek@nokia.com>2018-12-14 13:24:59 +0100
commit06bae9d5c887c23e6bca71336420659a8039ab78 (patch)
treef8d1909ca3405ca9c623f57cfe36e86950dc4d62 /vid-automation
parent13022570337843e0112dcce93e2d7609992e20e9 (diff)
.gitignore cleanup
Change-Id: Ibfce4d25dba62bfc4eb00f761f7b893aefb1b69d Issue-ID: VID-367 Signed-off-by: biniek <lukasz.biniek@nokia.com>
Diffstat (limited to 'vid-automation')
-rw-r--r--vid-automation/.gitignore45
1 files changed, 5 insertions, 40 deletions
diff --git a/vid-automation/.gitignore b/vid-automation/.gitignore
index 4ced2a7e4..2b83d1e35 100644
--- a/vid-automation/.gitignore
+++ b/vid-automation/.gitignore
@@ -1,43 +1,8 @@
-# Created by .ignore support plugin (hsz.mobi)
-### Java template
-# Compiled class file
-*.class
-
-# Log file
-*.log
-
-# BlueJ files
-*.ctxt
-
-# Mobile Tools for Java (J2ME)
-.mtj.tmp/
-
-# Package Files #
-*.jar
-*.war
-*.ear
-*.zip
-*.tar.gz
-*.rar
-
-# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
-hs_err_pid*
-### Maven template
+.idea/
target/
-pom.xml.tag
-pom.xml.releaseBackup
-pom.xml.versionsBackup
-pom.xml.next
-release.properties
-dependency-reduced-pom.xml
-buildNumber.properties
-.mvn/timing.properties
-
-# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored)
-!/.mvn/wrapper/maven-wrapper.jar
-
-.idea/*
-target/*
*.iml
ExtentReport
-/bin/
+bin/
+.classpath
+.project
+.settings/ \ No newline at end of file