aboutsummaryrefslogtreecommitdiffstats
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
parent895beac5cf1dbf6c2addc3626d675c99169e1978 (diff)
downloadgwtquery-bf2994b6a99e906b6fcde642da5f5b08dd177558.tar.gz
gwtquery-bf2994b6a99e906b6fcde642da5f5b08dd177558.zip
add .gitginore file
-rw-r--r--.gitignore18
-rwxr-xr-x.svnignore9
2 files changed, 18 insertions, 9 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
diff --git a/.svnignore b/.svnignore
deleted file mode 100755
index 444edbcf..00000000
--- a/.svnignore
+++ /dev/null
@@ -1,9 +0,0 @@
-*~
-*.log
-*.log.*
-*.ipr
-*.iml
-*.iws
-*.class
-target
-