-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
32 additions
and
2,116 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
\bCatalyst-Action-RenderView | ||
|
||
# Avoid version control files. | ||
\bRCS\b | ||
\bCVS\b | ||
,v$ | ||
\B\.svn\b | ||
\B\.git\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$ | ||
|
||
# No tarballs! | ||
\.gz$ |
Oops, something went wrong.