commit eb94486ac93fc4d15a0e0f74156c2e323793d98b
Author:     Mauro Talevi <mauro.tal...@aquilonia.org>
AuthorDate: Sat Jul 7 15:33:19 2012 +0200
Commit:     Mauro Talevi <mauro.tal...@aquilonia.org>
CommitDate: Sat Jul 7 15:33:19 2012 +0200

    Added .gitignore to jbehave-eclipse

diff --git a/jbehave-eclipse/.gitignore b/jbehave-eclipse/.gitignore
new file mode 100644
index 0000000..1f056f6
--- /dev/null
+++ b/jbehave-eclipse/.gitignore
@@ -0,0 +1,39 @@
+# use glob syntax.
+syntax: glob
+*.ser
+*.class
+*~
+*.bak
+*.off
+*.old
+.DS_Store
+
+# lib'n misc
+lib/
+file/
+
+# eclipse conf file
+.settings
+# .classpath
+# .project
+
+
+# building
+target/
+bin/
+test-output/
+
+# other scm
+.svn
+.CVS
+.hg*
+
+# switch to regexp syntax.
+#  syntax: regexp
+#  ^\.pc/
+
+# IntelliJ
+*.iml
+*.ipr
+*.iws
+.idea



Reply via email to