From 0bd19b2415acf57130dcc29599558452e713ab98 Mon Sep 17 00:00:00 2001 From: SisMaker <1713699517@qq.com> Date: Fri, 8 Apr 2022 16:49:42 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.gitignore'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index f1c4554..0ad44f1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,19 +1,29 @@ -.rebar3 -_* .eunit *.o *.beam *.plt -*.swp -*.swo -.erlang.cookie -ebin -log erl_crash.dump +.concrete/DEV_MODE + +# rebar 2.x .rebar -logs -_build +rel/example_project +ebin/* +deps + +# rebar 3 +.rebar3 +_build/ +_checkouts/ +rebar.lock + +# idea .idea *.iml -rebar3.crashdump -*~ +cmake-build* +CMakeLists.txt + +# nif compile temp file +*.pdb +*.d +compile_commands.json \ No newline at end of file