Skip to content
Snippets Groups Projects
Verified Commit 8df44429 authored by Miles Vella's avatar Miles Vella
Browse files

add build dir and generated json files to gitignore

parent 874bc510
Branches
No related tags found
No related merge requests found
...@@ -167,8 +167,12 @@ benchmarks/execution/ProB/stdlib ...@@ -167,8 +167,12 @@ benchmarks/execution/ProB/stdlib
/*.py /*.py
**/Cargo.lock **/Cargo.lock
**/vendor/ **/vendor/
build_cpp/
btypes_primitives/**/*.js btypes_primitives/**/*.js
benchmarks/model_checking/ProB/lib benchmarks/model_checking/ProB/lib
benchmarks/model_checking/ProB/stdlib benchmarks/model_checking/ProB/stdlib
btypes_primitives/src/main/rust/bmachine/src/** btypes_primitives/src/main/rust/bmachine/src/**
btypes_big_integer/src/main/rust/bmachine/src/** btypes_big_integer/src/main/rust/bmachine/src/**
/*.json
!/package.json
!/tsconfig.json
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment