aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore4
-rwxr-xr-x[-rw-r--r--]gorillanest.pl.cgi1
2 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index ee90409..225e596 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,7 @@
+nytprof/
*.sqlite3
-config.pl
+*.db
+*.out
git/*
!git/public/.gitkeep
!git/private/.gitkeep
diff --git a/gorillanest.pl.cgi b/gorillanest.pl.cgi
index c964c8f..4447e17 100644..100755
--- a/gorillanest.pl.cgi
+++ b/gorillanest.pl.cgi
@@ -4,7 +4,6 @@ use strict;
use warnings;
use CGI;
-use Switch::Back;
use Template;
use URI::Escape;
use Cwd;