Added DISCLAIMER file to sqf/.gitignore file since this file is not tracked by git. Also reverted last changed, .rat-excludes does not need to be changed to support DISCLAIMER file. The rat tool has support to handle these types of mandatory files.
Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/b7dc6414 Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/b7dc6414 Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/b7dc6414 Branch: refs/heads/release2.0 Commit: b7dc6414b9e23cbd8ab7d5e97106900615b5de87 Parents: 07b7844 Author: Roberta Marton <[email protected]> Authored: Thu Jun 23 17:01:51 2016 +0000 Committer: Roberta Marton <[email protected]> Committed: Thu Jun 23 17:01:51 2016 +0000 ---------------------------------------------------------------------- .gitignore | 1 + .rat-excludes | 1 - core/sqf/.gitignore | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/b7dc6414/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index bbe9199..0b52906 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ /distribution/ /licenses/LICENSE* /licenses/NOTICE* +/licenses/DISCLAIMER* LICENSE /apache-*incubating/ http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/b7dc6414/.rat-excludes ---------------------------------------------------------------------- diff --git a/.rat-excludes b/.rat-excludes index 0259c9a..4ef2fce 100644 --- a/.rat-excludes +++ b/.rat-excludes @@ -60,7 +60,6 @@ LICENSE.rtf* lic-.*-src lic-.*-bin note-.*-bin -DISCLAIMER # win generated SetCertificateDirReg_os.vcxproj* SetCertificateDirReg_os.vcxproj.* http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/b7dc6414/core/sqf/.gitignore ---------------------------------------------------------------------- diff --git a/core/sqf/.gitignore b/core/sqf/.gitignore index ebc26a9..471026d 100644 --- a/core/sqf/.gitignore +++ b/core/sqf/.gitignore @@ -67,6 +67,7 @@ Linux-x86_64/ # derived license /LICENSE /NOTICE +/DISCLAIMER # bundled component links /dcs-*
