aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Alexandro Becker <caarlos0@gmail.com>2012-01-12 00:16:04 -0200
committerCarlos Alexandro Becker <caarlos0@gmail.com>2012-01-12 00:16:04 -0200
commit97dd10e872fd882f2551b53c1d7eaaa258d8f8ce (patch)
treeda7132f144b35905cc90ce004ec966d15ff7a50f
parent85d179675a1448a6e22c9e013bc4e6c4f9703670 (diff)
downloadgitignore-97dd10e872fd882f2551b53c1d7eaaa258d8f8ce.tar.gz
gitignore-97dd10e872fd882f2551b53c1d7eaaa258d8f8ce.zip
added GWT project git ignore related paths.
-rw-r--r--GWT.gitignore17
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/*
+