From 8daac311813e6fe2d2fab6c34d073e9c26ff8bcb Mon Sep 17 00:00:00 2001 From: sh123 Date: Thu, 7 Jul 2022 15:06:22 +0300 Subject: [PATCH] Update .gitattributes --- .gitattributes | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 63a9059..183b986 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,2 @@ -*.c linguist-detectable=false -*.h linguist-detectable=false -*.m linguist-detectable=false -Makefile linguist-generated=true +*.* linguist-detectable=false +*.java linguist-detectable=true