diff options
author | Carlos Alexandro Becker <caarlos0@gmail.com> | 2012-01-12 00:16:04 -0200 |
---|---|---|
committer | Carlos Alexandro Becker <caarlos0@gmail.com> | 2012-01-12 00:16:04 -0200 |
commit | 97dd10e872fd882f2551b53c1d7eaaa258d8f8ce (patch) | |
tree | da7132f144b35905cc90ce004ec966d15ff7a50f | |
parent | 85d179675a1448a6e22c9e013bc4e6c4f9703670 (diff) | |
download | gitignore-97dd10e872fd882f2551b53c1d7eaaa258d8f8ce.tar.gz gitignore-97dd10e872fd882f2551b53c1d7eaaa258d8f8ce.zip |
added GWT project git ignore related paths.
-rw-r--r-- | GWT.gitignore | 17 |
1 files changed, 17 insertions, 0 deletions
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/* + |