From 4d649c80cb41ea97a33531dcda9d30c4193612c1 Mon Sep 17 00:00:00 2001 From: dilvan1 Date: Fri, 24 Oct 2014 14:27:47 -0200 Subject: [PATCH 1/3] GWT to version 2.6.1. Intellij files added to .gitignore. --- .gitignore | 4 ++++ pom.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5a30e73..cc461a2 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,10 @@ .classpath .pydevproject +#Ignore Intellij files +*.iml +.idea + # Exclude build directory target/* . diff --git a/pom.xml b/pom.xml index 516bd62..1d31b53 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ UTF-8 - 2.5.1 + 2.6.1 1.7 From 4de789dfb0b45f12e6cecd48e5d021f9b8726f6e Mon Sep 17 00:00:00 2001 From: dilvan1 Date: Wed, 12 Nov 2014 14:28:51 -0200 Subject: [PATCH 2/3] Minor --- .gitignore | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index cc461a2..1494ba7 100644 --- a/.gitignore +++ b/.gitignore @@ -8,10 +8,6 @@ .classpath .pydevproject -#Ignore Intellij files -*.iml -.idea - # Exclude build directory target/* . @@ -31,5 +27,5 @@ lesiontracking/* .DS_Store -*.pyc -/bin +*.pyc +/bin \ No newline at end of file From 3435e5de97976379fe8643aeb785942069d76995 Mon Sep 17 00:00:00 2001 From: dilvan1 Date: Wed, 12 Nov 2014 14:36:13 -0200 Subject: [PATCH 3/3] Adding intellij idea ignore files. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 1494ba7..3838cd9 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,10 @@ .classpath .pydevproject +#Ignore Intellij files +*.iml +.idea + # Exclude build directory target/* .