diff options
author | John Vandenberg <jayvdb@gmail.com> | 2018-06-18 12:33:58 +0700 |
---|---|---|
committer | John Vandenberg <jayvdb@gmail.com> | 2018-06-18 12:38:20 +0700 |
commit | f1b9dc3b5924912c1683075885614de51a3bcb75 (patch) | |
tree | d258d2d40fc85ce2f6494bd4fa5adecbf2cd238d | |
parent | 7c7821d4e8c7a870aad0dbe6b49729e4ed222b97 (diff) | |
download | gitignore-f1b9dc3b5924912c1683075885614de51a3bcb75.tar.gz gitignore-f1b9dc3b5924912c1683075885614de51a3bcb75.zip |
GWT: Remove duplicate entry
Duplicate added amongst additions in e2caec17
-rw-r--r-- | GWT.gitignore | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/GWT.gitignore b/GWT.gitignore index 07704e54..a01e7fcd 100644 --- a/GWT.gitignore +++ b/GWT.gitignore @@ -18,9 +18,6 @@ war/WEB-INF/classes/ #compilation logs .gwt/ -#caching for already compiled files -gwt-unitCache/ - #gwt junit compilation files www-test/ |