diff options
| author | Paulo Custodio <pauloscustodio@gmail.com> | 2021-02-04 22:40:55 +0000 |
|---|---|---|
| committer | Paulo Custodio <pauloscustodio@gmail.com> | 2021-02-04 22:40:55 +0000 |
| commit | 9ae533ff9d2f818a5a77c9a977405d09f9b70adc (patch) | |
| tree | dca21d155741e904c7327808f87c0142fe227738 | |
| parent | 26a1610b66c8206179a49cf7f090b785a4c13ebf (diff) | |
| download | perlweeklychallenge-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-- | .gitignore | 2 | ||||
| -rwxr-xr-x[-rw-r--r--] | challenge-098/paulo-custodio/test.pl | 0 |
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 |
