From 3b3680b5eb536ee5e9c762eb98af5cf1535489a2 Mon Sep 17 00:00:00 2001 From: SisMaker <1713699517@qq.com> Date: Thu, 1 Apr 2021 22:36:00 +0800 Subject: [PATCH] =?UTF-8?q?ft:=20=E7=9B=AE=E5=BD=95=E7=BB=93=E6=9E=84?= =?UTF-8?q?=E8=B0=83=E6=95=B4=20=E6=A8=A1=E5=9D=97=E9=87=8D=E5=91=BD?= =?UTF-8?q?=E5=90=8D=20=E4=B8=BA=E5=90=8E=E7=BB=AD=E5=85=B6=E4=BB=96?= =?UTF-8?q?=E8=AF=AD=E8=A8=80=E5=81=9A=E5=87=86=E5=A4=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c9b153d..36ce51f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,30 @@ .eunit -deps *.o *.beam *.plt erl_crash.dump -ebin/*.beam -rel/example_project .concrete/DEV_MODE + +# rebar 2.x .rebar +rel/example_project +ebin/* +deps/* + +# rebar 3 +.rebar3 +_build/ +_checkouts/ +rebar.lock + +# idea .idea +*.iml +cmake-build* +CMakeLists.txt + +# nif compile temp file +*.pdb +*.d +compile_commands.json +!/deps/