diff options
| author | Paulo Custodio <pauloscustodio@gmail.com> | 2020-12-29 19:14:40 +0000 |
|---|---|---|
| committer | Paulo Custodio <pauloscustodio@gmail.com> | 2020-12-29 19:14:40 +0000 |
| commit | 55c3f4338655894b2533ee915bd76579c00d47d0 (patch) | |
| tree | 9c9257199e72473dd591f896a4becf8d00bcbefe /.gitignore | |
| parent | 06e7cb695152e7a66f02cefd241ac3454a89ea7b (diff) | |
| download | perlweeklychallenge-club-55c3f4338655894b2533ee915bd76579c00d47d0.tar.gz perlweeklychallenge-club-55c3f4338655894b2533ee915bd76579c00d47d0.tar.bz2 perlweeklychallenge-club-55c3f4338655894b2533ee915bd76579c00d47d0.zip | |
Add Perl, Basic, Forth, C and C++ solutions to challenge 093
Add *.exe to .gitignore
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4f30fbe514..b6dca4e062 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ .*.swp *~ *.class +*.exe # Rust languageoutput directory target/ |
