diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2017-11-26 18:19:18 +0100 |
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2017-11-26 18:19:18 +0100 |
| commit | cbf05945f006c7cb039af76c876125ccfeffd00a (patch) | |
| tree | bde7539d5ec63ab7a0517362e3350f644dd227f8 /.gitignore | |
| parent | 20c1141d0383f4cc4ac164fd154e89ca1e0cda47 (diff) | |
Add Build.PL and basic tests
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e9d5916 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +/Build +/build/ +/_build/ +/blib/ +/cover_db/ +/MANIFEST* +/MYMETA.* |
