From 339ff5f8b976e9e5856bcb62fb24a7007c72c570 Mon Sep 17 00:00:00 2001 From: Alexander Frick Date: Wed, 3 Dec 2025 00:03:40 -0600 Subject: [PATCH] update .gitattributes and .gitignore for mingw --- .gitattributes | 5 +++-- .gitignore | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 928153e..b871a86 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,9 @@ # Set default behavior to automatically normalize line endings. * text=auto *.c text -*.cc text -*.cpp text +*.h text +*.cc text eol=lf +*.cpp text eol=lf *.hpp text # GN/Ninja Files diff --git a/.gitignore b/.gitignore index e30f9cc..7cc8f1b 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ Thumbs.db *.a *.d *.o +*.lo *.obj *.pdb *.res