aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaulo Custodio <pauloscustodio@gmail.com>2021-02-04 22:40:55 +0000
committerPaulo Custodio <pauloscustodio@gmail.com>2021-02-04 22:40:55 +0000
commit9ae533ff9d2f818a5a77c9a977405d09f9b70adc (patch)
treedca21d155741e904c7327808f87c0142fe227738
parent26a1610b66c8206179a49cf7f090b785a4c13ebf (diff)
downloadperlweeklychallenge-club-9ae533ff9d2f818a5a77c9a977405d09f9b70adc.tar.gz
perlweeklychallenge-club-9ae533ff9d2f818a5a77c9a977405d09f9b70adc.tar.bz2
perlweeklychallenge-club-9ae533ff9d2f818a5a77c9a977405d09f9b70adc.zip
Add execute option to test.pl, ignore Ada output files
-rw-r--r--.gitignore2
-rwxr-xr-x[-rw-r--r--]challenge-098/paulo-custodio/test.pl0
2 files changed, 2 insertions, 0 deletions
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
index 6cc94723ba..6cc94723ba 100644..100755
--- a/challenge-098/paulo-custodio/test.pl
+++ b/challenge-098/paulo-custodio/test.pl