Internal change PiperOrigin-RevId: 345256970 Change-Id: I668ad67440f23a33af31f894ec8195d270bd6155
diff --git a/badfiles.dic b/badfiles.dic deleted file mode 100644 index 74afa25..0000000 --- a/badfiles.dic +++ /dev/null
@@ -1,17 +0,0 @@ -$RE:([^a-zA-Z]|)blaze[^a-zA-Z];2;Blaze build artifact -$RE:\.git/;2;Git repo directory -$RE:\.p4\w+$;2;Perforce repo files -$RE:\.hg/;2;Mercurial repo directory -$RE:proguard;2;Proguard related file -$RE:res/raw/.*keystore;2;Possibly a keystore file -$RE:\.java(?:.bak|)$;1;Java source code -$RE:\.(?:cc|cpp)(?:.bak|)$;1;C++ source code -$RE:\.proto(?:.bak|)$;1;Proto file -$RE:build-data.properties;1;Unstripped build-data file -$RE:BUILD$;1;Unstripped BUILD file -$RE:OWNERS$;1;Unstripped OWNERS file -$RE:METADATA$;1;Unstripped METADATA file -$RE:\.blueprint$;3;Unstripped blueprint file -$RE:\.dSYM(?:/.*|)$;1;Apple debug symbols -$RE:\.gypi?(.bak)?$;2;Unstripped GYP file -$RE:^(?:assets|res|Payload)/.*\.sh$;3;Shell script