From db3d8eccc5bf5bb1e057981a7337aa2b8f231afd Mon Sep 17 00:00:00 2001 From: SisMaker <1713699517@qq.com> Date: Wed, 19 Jan 2022 17:59:01 +0800 Subject: [PATCH] =?UTF-8?q?fx:=20.gitignore=20=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 479aef7..0ad44f1 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,7 @@ erl_crash.dump # rebar 2.x .rebar rel/example_project -ebin/*.beam +ebin/* deps # rebar 3 @@ -19,4 +19,11 @@ rebar.lock # idea .idea -*.iml \ No newline at end of file +*.iml +cmake-build* +CMakeLists.txt + +# nif compile temp file +*.pdb +*.d +compile_commands.json \ No newline at end of file