aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPaulo Custodio <pauloscustodio@gmail.com>2021-12-17 18:23:53 +0000
committerPaulo Custodio <pauloscustodio@gmail.com>2021-12-17 18:23:53 +0000
commitcdebd0af75b2750d6073f96bc4df76807aebd060 (patch)
treeb1021dfb3ed6113aa59763a2652e5ff33c671a8c /.gitignore
parent8e2ca29751bbf4ce185f2b5766510334363c4293 (diff)
downloadperlweeklychallenge-club-cdebd0af75b2750d6073f96bc4df76807aebd060.tar.gz
perlweeklychallenge-club-cdebd0af75b2750d6073f96bc4df76807aebd060.tar.bz2
perlweeklychallenge-club-cdebd0af75b2750d6073f96bc4df76807aebd060.zip
Add Perl solution to challenge 029
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index ba8194b15c..040286b6c4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,5 +19,8 @@ go.mod
go.sum
tags
+# Perl Inline module
+_Inline
+
# Rust languageoutput directory
target/