diff options
author | Carlos Alexandro Becker <caarlos0@gmail.com> | 2012-01-12 16:37:34 -0200 |
---|---|---|
committer | Carlos Alexandro Becker <caarlos0@gmail.com> | 2012-01-12 16:37:34 -0200 |
commit | 1c6ecb30dc9737fed5fdc386b3f3b96c86ca1393 (patch) | |
tree | 2fa16f76edff0804b54bcd1b27a14994e6fb1d8e | |
parent | 97dd10e872fd882f2551b53c1d7eaaa258d8f8ce (diff) | |
download | gitignore-1c6ecb30dc9737fed5fdc386b3f3b96c86ca1393.tar.gz gitignore-1c6ecb30dc9737fed5fdc386b3f3b96c86ca1393.zip |
better now.
-rw-r--r-- | GWT.gitignore | 10 |
1 files 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/ |