aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorjdramaix <julien.dramaix@gmail.com>2012-09-28 22:35:25 +0200
committerManolo Carrasco <manolo@apache.org>2012-10-01 06:59:45 +0200
commitbf2994b6a99e906b6fcde642da5f5b08dd177558 (patch)
tree6daf77192e8b633faffec2b1ec429ed0ee59e96f /.gitignore
parent895beac5cf1dbf6c2addc3626d675c99169e1978 (diff)
downloadgwtquery-bf2994b6a99e906b6fcde642da5f5b08dd177558.tar.gz
gwtquery-bf2994b6a99e906b6fcde642da5f5b08dd177558.zip
add .gitginore file
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore18
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..75ad7e5b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,18 @@
+#Mac OS X generated files
+.DS_Store*
+Thumbs.db
+
+#Compiled
+/build
+/classes
+*.jar
+*.class
+target
+
+#GWT generated file
+*~
+*.log
+*.log.*
+*.ipr
+*.iml
+*.iws