From 5f725d27a464542835efe9a5a00000a4cd543ec0 Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Tue, 6 Aug 2019 08:47:00 +0300 Subject: [PATCH] remove bad .gitattributes file commit d3cbea4567 adds a .gitattributes file with `*.c ident` which corrupts the checked out fd2pragma.c, because the code code has string checks for "$Id" and the like. --- .gitattributes | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 9433213..0000000 --- a/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.c ident