update .gitattributes and .gitignore for mingw

This commit is contained in:
Alexander Frick
2025-12-03 00:03:40 -06:00
parent ece90a2011
commit 339ff5f8b9
2 changed files with 4 additions and 2 deletions
+3 -2
View File
@@ -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
+1
View File
@@ -19,6 +19,7 @@ Thumbs.db
*.a
*.d
*.o
*.lo
*.obj
*.pdb
*.res