Skip to content

Commit d80a638

Browse files
author
Adriano Santos
committed
remove some files
1 parent 761fdd5 commit d80a638

File tree

10 files changed

+43
-2
lines changed

10 files changed

+43
-2
lines changed

.gitignore

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# The directory Mix will write compiled artifacts to.
2+
/_build
3+
4+
# If you run "mix test --cover", coverage assets end up here.
5+
/cover
6+
7+
# The directory Mix downloads your dependencies sources to.
8+
/deps
9+
10+
# Where 3rd-party dependencies like ExDoc output generated docs.
11+
/doc
12+
13+
# If the VM crashes, it generates a dump, let's ignore it too.
14+
erl_crash.dump
15+
16+
# Also ignore archive artifacts (built via "mix archive.build").
17+
*.ez
18+
19+
/priv/grpc_c.so*
20+
/src/grpc_c
21+
/tmp
22+
23+
/log
24+
25+
.elixir_ls
26+
27+
.elixir_tools
28+
29+
grpc-*.tar
-100 Bytes
Binary file not shown.

_build/dev/lib/grpc/.mix/format_timestamp

Whitespace-only changes.
-1020 Bytes
Binary file not shown.

_build/dev/lib/grpc_root/.mix/compile.lock

Whitespace-only changes.

_build/dev/lib/grpc_root/.mix/format_timestamp

Whitespace-only changes.

benchmark/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,9 @@ erl_crash.dump
2222
# Ignore package tarball (built via "mix hex.build").
2323
benchmark-*.tar
2424

25+
.elixir_ls
26+
27+
.elixir_tools
28+
2529
/syscall.so
2630
/syscall.so.*

grpc_client/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,9 @@ erl_crash.dump
1919
# Ignore package tarball (built via "mix hex.build").
2020
grpc_client-*.tar
2121

22+
.elixir_ls
23+
24+
.elixir_tools
25+
2226
# Temporary files, for example, from tests.
2327
/tmp/

grpc_core/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,9 @@ erl_crash.dump
1919
# Ignore package tarball (built via "mix hex.build").
2020
grpc_core-*.tar
2121

22+
.elixir_ls
23+
24+
.elixir_tools
25+
2226
# Temporary files, for example, from tests.
2327
/tmp/

grpc_server/.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ erl_crash.dump
2424

2525
.elixir_ls
2626

27-
grpc-*.tar
27+
.elixir_tools
2828

29-
deps/
29+
grpc-*.tar

0 commit comments

Comments
 (0)