Skip to content

Commit 0b782d8

Browse files
committed
Merge branch 'stable'
2 parents c835b64 + f9e7433 commit 0b782d8

File tree

2 files changed

+16
-17
lines changed

2 files changed

+16
-17
lines changed

.gitignore

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
1-
build/*
2-
out/*
3-
#~
41
*~
5-
.idea/*
2+
.sw?
3+
.*.sw?
4+
*.beam
5+
*.class
6+
*.dat
7+
*.dump
68
*.iml
9+
*.ipr
10+
*.iws
11+
\#~
12+
/.idea/
13+
/build/
14+
/cover/
15+
/dist/
16+
/ebin/
17+
/out/
18+
/tmp/

.hgignore

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)