.gitignore file for eclipse and ant build outputs
Change-Id: I66f1fd9c1b7804a4808b57fa95e4662ce9e61fd3
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..19377ad
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+# Working folder of ant build script
+/build/
diff --git a/eclipse/.gitignore b/eclipse/.gitignore
new file mode 100644
index 0000000..65145a2
--- /dev/null
+++ b/eclipse/.gitignore
@@ -0,0 +1,8 @@
+# Eclipse output
+bin/
+
+# Generated by GWT tests
+gwt-unitCache/
+www-test/
+# LogExample and code-museum have a war folder so don't remove 'user/'
+user/war/
diff --git a/elemental/.gitignore b/elemental/.gitignore
new file mode 100644
index 0000000..927854d
--- /dev/null
+++ b/elemental/.gitignore
@@ -0,0 +1,6 @@
+# Generated by elemental build script
+idl/database/
+idl/generated/
+*.pyc
+java_interface_CSSStyleDeclaration.darttemplate
+jso_impl_CSSStyleDeclaration.darttemplate