From 5602f465e79347b9767338e6e1f1f8d328e577d1 Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@pm.me> Date: Thu, 18 Nov 2021 11:12:29 +0100 Subject: [PATCH] added gitignore --- source_codes/tableaux_1d/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/source_codes/tableaux_1d/.gitignore b/source_codes/tableaux_1d/.gitignore index a131353..ec50f6f 100644 --- a/source_codes/tableaux_1d/.gitignore +++ b/source_codes/tableaux_1d/.gitignore @@ -1,4 +1,5 @@ array_1D_init_find_min +pile_array_int palindrome eratosthene tri_select -- GitLab