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