Skip to content

Commit a397200

Browse files
committed
.gitignore: update
1 parent 07dd041 commit a397200

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.gitignore

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
1-
ebin
2-
rebar
1+
.rebar3
2+
_*
33
.eunit
4-
deps
54
*.o
65
*.beam
76
*.plt
7+
*.swp
8+
*.swo
9+
.erlang.cookie
10+
ebin
11+
log
812
erl_crash.dump
13+
.rebar
14+
logs
15+
_build
16+
.idea

0 commit comments

Comments
 (0)