Skip to content

Commit 1cee8d2

Browse files
committed
Add .gitignore
1 parent c45a603 commit 1cee8d2

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.gitignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
*.swo
2+
*.swp
3+
.eunit
4+
.rebar
5+
_build
6+
autom4te.cache
7+
c_src/*.d
8+
c_src/*.gcda
9+
c_src/*.gcno
10+
c_src/*.o
11+
config.log
12+
config.status
13+
deps
14+
ebin
15+
priv
16+
rebar.lock
17+
test/*.beam
18+
test/*.yml
19+
vars.config

0 commit comments

Comments
 (0)