From 6d52ef8dcfef44c500571f2c62386ba5ae3189a5 Mon Sep 17 00:00:00 2001 From: Garming Sam Date: Fri, 8 Jun 2018 12:06:08 +1200 Subject: git: Treat .dump files as binary This means that git grep will no longer show TDB dumps. This can be changed at runtime using -a for all to include these files, while -I will also omit any references to the files (no Binary file * matches). Signed-off-by: Garming Sam Reviewed-by: Andrew Bartlett --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..487bb88448b --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.dump binary -- cgit v1.2.1