diff options
Diffstat (limited to 'tictactoe-2/.gitignore')
-rw-r--r-- | tictactoe-2/.gitignore | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tictactoe-2/.gitignore b/tictactoe-2/.gitignore new file mode 100644 index 0000000..df53f7d --- /dev/null +++ b/tictactoe-2/.gitignore @@ -0,0 +1,20 @@ +.rebar3 +_build +_checkouts +_vendor +.eunit +*.o +*.beam +*.plt +*.swp +*.swo +.erlang.cookie +ebin +log +erl_crash.dump +.rebar +logs +.idea +*.iml +rebar3.crashdump +*~ |