From 19f5f8a0ca85c13767233215960a285f32650786 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 5 Jan 2023 21:08:55 +0530 Subject: [PATCH] chore: hide baseline-prof from diffs Having this pollute regular diffs doesn't provide much value if any at all, since it is generated by an automated process and never touched by hand. --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index edade333..fe5acc3a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ * text=auto eol=lf **/dependencies/** linguist-generated **/clawicons/** linguist-generated -android/src/main/baseline-prof.txt linguist-generated +android/src/main/baseline-prof.txt linguist-generated -diff