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