Created
December 22, 2011 12:34
-
-
Save marcusramberg/1510160 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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