From 53e5ec618ed0482ef3a2ec9cb7d5a23a3d706529 Mon Sep 17 00:00:00 2001 From: Joris van Rantwijk Date: Tue, 26 Nov 2024 11:18:14 +0100 Subject: [PATCH] gitignore compiled C++ code --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 63beb16..1c14e7d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ __pycache__/ .coverage cpp/test_mwmatching +cpp/test_concatenable_queue +cpp/test_priority_queue cpp/run_matching cpp/run_matching_dbg tests/lemon/lemon_matching