From 9ae533ff9d2f818a5a77c9a977405d09f9b70adc Mon Sep 17 00:00:00 2001 From: Paulo Custodio Date: Thu, 4 Feb 2021 22:40:55 +0000 Subject: Add execute option to test.pl, ignore Ada output files --- .gitignore | 2 ++ challenge-098/paulo-custodio/test.pl | 0 2 files changed, 2 insertions(+) mode change 100644 => 100755 challenge-098/paulo-custodio/test.pl diff --git a/.gitignore b/.gitignore index b6dca4e062..ab8c2f5f55 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,8 @@ *~ *.class *.exe +*.o +*.ali # Rust languageoutput directory target/ diff --git a/challenge-098/paulo-custodio/test.pl b/challenge-098/paulo-custodio/test.pl old mode 100644 new mode 100755 -- cgit