+^Perl-Critic-
+^README\.developer$
+^README\.release$
+\.PPI$
+^lib/Perl/Critic/PolicySummary.pod$
+_without_optional_dependencies.t$
+^t/ControlStructures/ProhibitNegativeExpressionsInUnlessAndUntilConditions.run$
+^t/Variables/RequireLocalizedPunctuationVars.run$
+
+## Below here are generic entries that apply to any project ##
+
# Version Control files
^\.cvsignore$
CVS
^pm_to_blib$
^Makefile.old$
^patch
+\.patch$
\.rej$
\.old$
^t/00_local_.*t$
^t/perlcriticrc$
+^tmon\.out$
+\.gdb_history$
+\.ERR$
+^tags$
# Temp/backup files
~$
\.tmp$
\.\#.+
\#$
+\.swp$
+\.vim_backup$
# Mac/SMB files
\.DS_Store
^\._.+
+\bIcon\x0d
# Flash development
\.swd$
^test\.swf$
-# Author-time tests
-40_criticize\.t$
\ No newline at end of file
+# Developer docs
+\bdoc\b
+
+# Avoid Eclipse files.
+\.project\b
+^\.includepath$
+
+# Avoid my Ant build script
+^build\.xml$
+