diff --git a/.gitattributes b/.gitattributes index 9dfc9066651..8378d02c917 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,6 @@ # Explicitly declare text files we want to be normalized. *.c text +*.cc text *.cpp text *.h text *.gyp text diff --git a/.gitignore b/.gitignore index 116adeeca9b..eaa131d0290 100644 --- a/.gitignore +++ b/.gitignore @@ -15,12 +15,12 @@ /xcodebuild /.flaky.log /.debug.log -/*.Makefile +*.Makefile *.opensdf *.sdf *.sln *.suo -/*.target.mk +*.target.mk *.host.mk *.vcproj *.vcxproj