diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-11-25 20:18:17 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-11-25 20:18:17 +0100 |
commit | d8c3d515eb1297792bf8105a44c6ce6d5be9ec7c (patch) | |
tree | 3b975b395d4673f5e01ece6e509e16bddc5e42f3 /.gitignore | |
parent | a6fab60716a8aba9030d60bc821545e7c41f1a46 (diff) |
add preliminary build.PL and basic tests
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c0525c3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +/_build +/Build +/blib +/cover_db +/MANIFEST +/MANIFEST.bak +/MANIFEST.SKIP +/MANIFEST.SKIP.bak +/META.json +/MYMETA.yml +/MYMETA.json |