From dea6e6b364c76ee89a15f1010bddc9c24b0775b9 Mon Sep 17 00:00:00 2001 From: Niels De Graef Date: Thu, 11 Dec 2025 23:26:36 +0100 Subject: [PATCH] Remvoe .gitattibutes Most lines in there were from a very long time ago, when we didn't have separate bulid directories yet, or from people's specific local configuration (which they should put in their own local git repo). The last line that was added was for mimicking syntax highlighting support in the GitLab UI, but since then that has grown support for Meson build syntax, so let's just use that instead. --- .gitattributes | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index c10e7eb8..00000000 --- a/.gitattributes +++ /dev/null @@ -1,4 +0,0 @@ -.gitattributes export-ignore -.gitignore export-ignore -/debian/ export-ignore -*meson.build gitlab-language=python