From 7407c4532b7e9b4f44982ba0aa1fc38b273d6d88 Mon Sep 17 00:00:00 2001 From: Izuru Yakumo ~Eternal Servant~ Date: Thu, 10 Apr 2025 20:36:27 +0000 Subject: [PATCH] Initial commit --- .gitignore | 37 +++++++++++++++++++++++++++++++++++++ LICENSE | 1 + README.md | 3 +++ 3 files changed, 41 insertions(+) create mode 100644 .gitignore create mode 100644 LICENSE create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5104f33 --- /dev/null +++ b/.gitignore @@ -0,0 +1,37 @@ +# ---> Perl +!Build/ +.last_cover_stats +/META.yml +/META.json +/MYMETA.* +*.o +*.pm.tdy +*.bs + +# Devel::Cover +cover_db/ + +# Devel::NYTProf +nytprof.out + +# Dist::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 + diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..c7ffc1a --- /dev/null +++ b/LICENSE @@ -0,0 +1 @@ +"THE BEER-WARE LICENSE" (Revision 42): wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return Poul-Henning Kamp diff --git a/README.md b/README.md new file mode 100644 index 0000000..9a72f25 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# svn2git-sync + +Easily sync SVN repositories to their Git counterparts (or so I guess) \ No newline at end of file