update .gitattributes and .gitignore for mingw
This commit is contained in:
+3
-2
@@ -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
|
||||
|
||||
@@ -19,6 +19,7 @@ Thumbs.db
|
||||
*.a
|
||||
*.d
|
||||
*.o
|
||||
*.lo
|
||||
*.obj
|
||||
*.pdb
|
||||
*.res
|
||||
|
||||
Reference in New Issue
Block a user