diff options
author | Bryson Steck <brysonsteck@protonmail.com> | 2022-09-07 00:40:32 -0600 |
---|---|---|
committer | Bryson Steck <brysonsteck@protonmail.com> | 2022-09-07 00:40:32 -0600 |
commit | 09b5777f3c82e066b8b23faa6144fe6c4669a3ff (patch) | |
tree | 2c19762341291194131e76e744f06b4fbe54aeba /.gitignore | |
parent | 2936e9ab303361cfe45602da555b2fd214fcd8fc (diff) | |
parent | cb80ee3df41884799918890de4416ffd04128d57 (diff) | |
download | listen-09b5777f3c82e066b8b23faa6144fe6c4669a3ff.tar listen-09b5777f3c82e066b8b23faa6144fe6c4669a3ff.tar.gz listen-09b5777f3c82e066b8b23faa6144fe6c4669a3ff.tar.bz2 |
Merge new gitignore and license with init
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ecf66f8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,35 @@ +!Build/ +.last_cover_stats +/META.yml +/META.json +/MYMETA.* +*.o +*.pm.tdy +*.bs + +# Devel::Cover +cover_db/ + +# Devel::NYTProf +nytprof.out + +# Dizt::Zilla +/.build/ + +# Module::Build +_build/ +Build +Build.bat + +# Module::Install +inc/ + +# ExtUtils::MakeMaker +/blib/ +/_eumm/ +/*.gz +/Makefile +/Makefile.old +/MANIFEST.bak +/pm_to_blib +/*.zip |