-^tags$
+^Perl-Critic-
^README\.developer$
+^README\.release$
\.PPI$
-RequireLocalizedPunctuationVars\.generator$
+^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$
\.old$
^t/00_local_.*t$
^t/perlcriticrc$
-^tools
^tmon\.out$
\.gdb_history$
\.ERR$
-^t/.*_without_optional_dependencies.t$
+^tags$
# Temp/backup files
~$
\.swd$
^test\.swf$
+# Developer docs
+\bdoc\b
+
+# Avoid Eclipse files.
+\.project\b
+^\.includepath$
+
+# Avoid my Ant build script
+^build\.xml$
+