From 97dd10e872fd882f2551b53c1d7eaaa258d8f8ce Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Thu, 12 Jan 2012 00:16:04 -0200 Subject: [PATCH 1/2] added GWT project git ignore related paths. --- GWT.gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 GWT.gitignore diff --git a/GWT.gitignore b/GWT.gitignore new file mode 100644 index 00000000..f75c3295 --- /dev/null +++ b/GWT.gitignore @@ -0,0 +1,17 @@ +*.class + +# Package Files # +*.jar +*.war + +# gwt caches and compiled units # +war/gwt_bree/* +gwt-unitCache/* + +# boilerplate generated classes # +.apt_generated/* + +# more caches and things from deploy # +war/WEB-INF/deploy/* +war/WEB-INF/classes/* + From 1c6ecb30dc9737fed5fdc386b3f3b96c86ca1393 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Thu, 12 Jan 2012 16:37:34 -0200 Subject: [PATCH 2/2] better now. --- GWT.gitignore | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/GWT.gitignore b/GWT.gitignore index f75c3295..63e3e9c5 100644 --- a/GWT.gitignore +++ b/GWT.gitignore @@ -5,13 +5,13 @@ *.war # gwt caches and compiled units # -war/gwt_bree/* -gwt-unitCache/* +war/gwt_bree/ +gwt-unitCache/ # boilerplate generated classes # -.apt_generated/* +.apt_generated/ # more caches and things from deploy # -war/WEB-INF/deploy/* -war/WEB-INF/classes/* +war/WEB-INF/deploy/ +war/WEB-INF/classes/