Skip to content

Commit 28a5f74

Browse files
committed
Initial setup of the project
1 parent 4531bb7 commit 28a5f74

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

.gitignore

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# Eclipse
2+
.classpath
3+
.project
4+
.settings/
5+
6+
# Intellij
7+
.idea/
8+
*.iml
9+
*.iws
10+
11+
# Mac
12+
.DS_Store
13+
14+
# Maven
15+
log/
16+
target/
17+
18+
#Other files
119
*.class
220

321
# Mobile Tools for Java (J2ME)
@@ -9,4 +27,4 @@
927
*.ear
1028

1129
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
12-
hs_err_pid*
30+
hs_err_pid*

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1-
# combinatoricslib3
1+
[![Build Status](https://secure.travis-ci.org/dpaukov/combinatoricslib3.png)](http://travis-ci.org/dpaukov/combinatoricslib3) [![Coverage Status](https://coveralls.io/repos/dpaukov/combinatoricslib3/badge.svg?branch=master)](https://coveralls.io/r/dpaukov/combinatoricslib3?branch=master)
2+
3+
combinatoricslib 3.0
4+
====================
5+
26
New version of the combinatorics library

0 commit comments

Comments
 (0)