Skip to content

Instantly share code, notes, and snippets.

@marcusramberg
Created December 22, 2011 12:34
Show Gist options
  • Save marcusramberg/1510160 to your computer and use it in GitHub Desktop.
Save marcusramberg/1510160 to your computer and use it in GitHub Desktop.
# Avoid version control files.
\bRCS\b
\bCVS\b
,v$
\B\.svn\b
# Avoid Makemaker generated and utility files.
\bMakefile$
\bblib
\bMakeMaker-\d
\bpm_to_blib$
\bblibdirs$
^MANIFEST\.SKIP$
# Avoid Module::Build generated and utility files.
\bBuild$
\b_build
# Avoid temp and backup files.
~$
\.tmp$
\.old$
\.bak$
\#$
\b\.#
\.DS_Store$
# Avoid Apache::Test files
t/conf/apache_test_config.pm
t/conf/extra.conf$
t/conf/httpd.conf
t/conf/mime.types
t/htdocs
t/logs
t/var
# No tarballs!
\.gz$
# Skip the roadmap
lib/Catalyst/ROADMAP.pod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment