Author: jlmonteiro
Date: Wed Jun  4 15:21:41 2014
New Revision: 1600290

URL: http://svn.apache.org/r1600290
Log:
Adding a .gitignore for github contributors. Thanks Daniel

Added:
    openwebbeans/trunk/.gitignore

Added: openwebbeans/trunk/.gitignore
URL: 
http://svn.apache.org/viewvc/openwebbeans/trunk/.gitignore?rev=1600290&view=auto
==============================================================================
--- openwebbeans/trunk/.gitignore (added)
+++ openwebbeans/trunk/.gitignore Wed Jun  4 15:21:41 2014
@@ -0,0 +1,12 @@
+# ignore eclipse files
+.project
+.classpath
+.settings
+.metadata
+target
+
+# ignore IDEA files
+*.iml
+*.ipr
+*.iws
+.idea
\ No newline at end of file


Reply via email to