Skip to content

Commit

Permalink
Added .gitignore and fix a hardcoded shebang line
Browse files Browse the repository at this point in the history
  • Loading branch information
robinsmidsrod committed Jun 30, 2012
1 parent 437d546 commit a448502
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .gitignore
@@ -0,0 +1,6 @@
/blib/
/idiotbox.db
/Makefile
/MYMETA.json
/MYMETA.yml
/t/var/
2 changes: 1 addition & 1 deletion script/presentingperl_add_admin_user.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl

use strict;
use warnings;
Expand Down

0 comments on commit a448502

Please sign in to comment.