add basic .gitattributes files to notice whitespace issues
authorTrevor Saunders <tbsaunde+gcc@tbsaunde.org>
Sat, 23 Apr 2016 02:37:43 +0000 (02:37 +0000)
committerTrevor Saunders <tbsaunde@gcc.gnu.org>
Sat, 23 Apr 2016 02:37:43 +0000 (02:37 +0000)
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

.gitattributes [new file with mode: 0644]
ChangeLog
gcc/testsuite/.gitattributes [new file with mode: 0644]
gcc/testsuite/ChangeLog

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..b38d7f1
--- /dev/null
@@ -0,0 +1 @@
+*.{c,C,cc,h} whitespace=indent-with-non-tab,space-before-tab,trailing-space
index 92f017cf6b07552917bce2f57fe1be24049ca404..3b0f3d0c460c5fab0e69d5ed1c6b54d7aa572d71 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/gcc/testsuite/.gitattributes b/gcc/testsuite/.gitattributes
new file mode 100644 (file)
index 0000000..562b12e
--- /dev/null
@@ -0,0 +1 @@
+* -whitespace
index 1fef88cf84bd8be35cc1f4e6a5607d09b2a693f4..6ffb14ecdf0ce48c2375cfcca623e534b4fd8cd3 100644 (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.