From c3c8a07b45c046607efe36ea49b628b6899f3bff Mon Sep 17 00:00:00 2001 From: Damian Poddebniak Date: Tue, 30 Aug 2022 13:14:26 +0200 Subject: [PATCH] refactor(build): Simplify `.gitignore`. --- .gitignore | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 5064f53c..bbfe8fd8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,20 +1,29 @@ /build + /Testing /tmp -/tools/__pycache__ -/rust/evercrypt-rs/target -/rust/evercrypt-sys/target -docs/source/__pycache__ docs/build cpu-features/detect /pkg -__pycache__/ -.DS_Store -.vscode + +# Python +__pycache__ + +# Rust bindings +/rust/evercrypt-rs/target +/rust/evercrypt-sys/target rust/.c + +# OCaml bindings /opam -cmake-build-debug +# macOS +.DS_Store + +# Visual Studio Code +.vscode # CLion .idea +cmake-build-debug +