You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ratis.apache.org by sz...@apache.org on 2022/05/07 15:01:09 UTC

[ratis] branch master updated: RATIS-1575. Handle hugo lock file (#641)

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

szetszwo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis.git


The following commit(s) were added to refs/heads/master by this push:
     new dddb3fda RATIS-1575. Handle hugo lock file (#641)
dddb3fda is described below

commit dddb3fdaf93f5addc46a3a1fd2d4f4910a7e1b3e
Author: Doroszlai, Attila <64...@users.noreply.github.com>
AuthorDate: Sat May 7 17:01:05 2022 +0200

    RATIS-1575. Handle hugo lock file (#641)
---
 .gitignore                               | 1 +
 ratis-assembly/src/main/assembly/src.xml | 1 +
 ratis-docs/pom.xml                       | 1 +
 3 files changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index bab2050b..11a695c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,6 +8,7 @@
 *.sdf
 *.suo
 *.vcxproj.user
+.hugo_build.lock
 .idea
 .classpath
 .project
diff --git a/ratis-assembly/src/main/assembly/src.xml b/ratis-assembly/src/main/assembly/src.xml
index 2e8570e1..7e4e38b5 100644
--- a/ratis-assembly/src/main/assembly/src.xml
+++ b/ratis-assembly/src/main/assembly/src.xml
@@ -56,6 +56,7 @@
               <exclude>target/</exclude>
               <exclude>test/</exclude>
               <exclude>.classpath</exclude>
+              <exclude>.hugo_build.lock</exclude>
               <exclude>.project</exclude>
               <exclude>.settings/</exclude>
               <exclude>*.iml/</exclude>
diff --git a/ratis-docs/pom.xml b/ratis-docs/pom.xml
index fe41673f..9cfeef39 100644
--- a/ratis-docs/pom.xml
+++ b/ratis-docs/pom.xml
@@ -64,6 +64,7 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
             </exclude>
             <exclude>themes/ratisdoc/layouts/index.html</exclude>
             <exclude>themes/ratisdoc/theme.toml</exclude>
+            <exclude>.hugo_build.lock</exclude>
           </excludes>
         </configuration>
       </plugin>