aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rwxr-xr-xscripts/gistatic.pl11
2 files changed, 0 insertions, 12 deletions
diff --git a/.gitignore b/.gitignore
index 25b396f..87174b6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
/public/
-/pod2htmd.tmp
diff --git a/scripts/gistatic.pl b/scripts/gistatic.pl
deleted file mode 100755
index 33ddb00..0000000
--- a/scripts/gistatic.pl
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/env perl
-
-use utf8;
-use strict;
-use warnings;
-use open qw(:std :utf8);
-
-# no critic (RequireInterpolationOfMetachars)
-our $VERSION = '@VERSION@';
-
-#print pwd()