From 0ab080859e3ba6d2b6d2fcac6f471d3c3d08d5f2 Mon Sep 17 00:00:00 2001 From: Joakim Plate Date: Wed, 16 Nov 2022 11:35:00 +0100 Subject: [PATCH] Switch to explicit ignore --- .gitattributes | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index b313255..5e84983 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,10 @@ # Auto detect text files and perform LF normalization * text=auto -.* export-ignore + +# Ignore files for export and archive purposes +.clang-format export-ignore +.git-blame-ignore-refs export-ignore +.gitattributes export-ignore +.github export-ignore +.gitignore export-ignore +.gitmodules export-ignore