From 4164ab5ca4a6d5bfac659c343964c76596427239 Mon Sep 17 00:00:00 2001 From: Kiril Kovachev Date: Fri, 21 Jun 2024 01:38:19 +0100 Subject: [PATCH] Ignore README note inside cpp (for personal reflection) I have just noted down locally what problems I want to review, and so I don't feel the need to share that rather useless-to-others file on here :) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index cba7efc..38adbe2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ a.out +cpp/README.md