diff --git a/.gitignore b/.gitignore index ed8a60ec20a..cf255a30e18 100644 --- a/.gitignore +++ b/.gitignore @@ -35,4 +35,5 @@ scalastyle-output.xml scalastyle.txt target/ cufile.log +cudf_log.txt build/*.class diff --git a/pom.xml b/pom.xml index bcfaf4f04af..dba06a7d08c 100644 --- a/pom.xml +++ b/pom.xml @@ -1645,6 +1645,7 @@ This will force full Scala code rebuild in downstream modules. default, but there are some projects that are conditionally included. --> **/target/**/* **/cufile.log + **/cudf_log.txt thirdparty/parquet-testing/** diff --git a/scala2.13/pom.xml b/scala2.13/pom.xml index e0aeb7af559..bd2c2156ca6 100644 --- a/scala2.13/pom.xml +++ b/scala2.13/pom.xml @@ -1645,6 +1645,7 @@ This will force full Scala code rebuild in downstream modules. default, but there are some projects that are conditionally included. --> **/target/**/* **/cufile.log + **/cudf_log.txt thirdparty/parquet-testing/**