Skip to content

Commit

Permalink
Merge pull request #1 from robinsmidsrod/git_ignore
Browse files Browse the repository at this point in the history
Added .gitignore and fix a hardcoded shebang line
  • Loading branch information
castaway committed Jun 30, 2012
2 parents 437d546 + a448502 commit b0e6e53
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 b0e6e53

Please sign in to comment.