This is an automated email from the ASF dual-hosted git repository.

slawrence pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-daffodil.git


The following commit(s) were added to refs/heads/master by this push:
     new 1c03779  Add license header to .gitignore
1c03779 is described below

commit 1c037798c0a358bd39ef5a3349c4efe2196f6ea8
Author: Steve Lawrence <[email protected]>
AuthorDate: Wed Apr 8 09:52:02 2020 -0400

    Add license header to .gitignore
    
    DAFFODIL-2319
---
 .gitignore        | 15 +++++++++++++++
 project/Rat.scala |  1 -
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index a47e44c..a5577e6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 *.sbt
 !build.sbt
 .cache-main
diff --git a/project/Rat.scala b/project/Rat.scala
index 83fcb78..3029793 100644
--- a/project/Rat.scala
+++ b/project/Rat.scala
@@ -21,7 +21,6 @@ object Rat {
 
   lazy val excludes = Seq(
     file(".git"),
-    file(".gitignore"),
     file(".keep"),
 
     // eclispe related files

Reply via email to