Skip to content

Commit

Permalink
.gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSLoburev committed Jan 3, 2024
1 parent 31f99df commit 4136e83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file added reverse_polish_notation_evaluator.beam
Binary file not shown.
6 changes: 3 additions & 3 deletions reverse_polish_notation_evaluator/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
_*
.eunit
*.o
#*.beam
*.beam
*.plt
*.swp
*.swo
.erlang.cookie
#ebin
ebin
log
erl_crash.dump
.rebar
logs
#_build
_build
.idea
*.iml
rebar3.crashdump
Expand Down

0 comments on commit 4136e83

Please sign in to comment.