Skip to content

Commit

Permalink
ignores update
Browse files Browse the repository at this point in the history
exclude gen
  • Loading branch information
jshook committed May 11, 2024
1 parent a183c36 commit ff74e8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -18,6 +18,7 @@ bin/**
**/*.log
**/logs
**/*.*log
**/gen/**
**/generated
**/.DS_Store
**/generated/**
Expand Down
1 change: 1 addition & 0 deletions mvn-defaults/pom.xml
Expand Up @@ -675,6 +675,7 @@
<include>**/*.java</include>
</includes>
<excludes>
<exclude>**/gen/**</exclude>
<exclude>**/generated/**</exclude>
<exclude>**/jmh_generated/**</exclude>
<exclude>**/generated-sources/**</exclude>
Expand Down
2 changes: 1 addition & 1 deletion nb5/pom.xml
@@ -1,4 +1,4 @@
/<!--
<!--
~ Copyright (c) 2022-2023 nosqlbench
~
~ Licensed under the Apache License, Version 2.0 (the "License");
Expand Down

0 comments on commit ff74e8f

Please sign in to comment.