add basic .gitattributes files to notice whitespace issues

gcc/testsuite/ChangeLog:

2016-04-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>

	* .gitattributes: New file.

/ChangeLog:

2016-04-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>

	* .gitattributes: New file.

From-SVN: r235381
This commit is contained in:
Trevor Saunders 2016-04-23 02:37:43 +00:00 committed by Trevor Saunders
parent a38f74e823
commit ab0fc037f0
4 changed files with 10 additions and 0 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
*.{c,C,cc,h} whitespace=indent-with-non-tab,space-before-tab,trailing-space

View File

@ -1,3 +1,7 @@
2016-04-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
* .gitattributes: New file.
2016-04-22 Segher Boessenkool <segher@kernel.crashing.org>
* MAINTAINERS (rs6000/powerpc port): Add myself.

1
gcc/testsuite/.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
* -whitespace

View File

@ -1,3 +1,7 @@
2016-04-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
* .gitattributes: New file.
2016-04-22 Christophe Lyon <christophe.lyon@linaro.org>
* lib/gcc-dg.exp (${tool}_load): Add default return value handler.