TraceProcessor: Add table for logcat events

Bug: 122243384
Change-Id: I3d3217d995628474fc0c85449a0ac665c409302e
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 3c11c8b..e4621d2 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -19,7 +19,8 @@
     # There apparently is no way to wrap strings in blueprints, so ignore long
     # lines in them.
     long_line_sources = lambda x: input.FilterSourceFile(
-            x, white_list=".*", black_list=['Android[.]bp', '.*[.]json$'])
+            x, white_list=".*",
+            black_list=['Android[.]bp', '.*[.]json$', '.*[.]sql$', '.*[.]out$'])
     results = []
     results += input.canned_checks.CheckDoNotSubmit(input, output)
     results += input.canned_checks.CheckChangeHasNoTabs(input, output)