From f02a582929b5d63a02072d0faf32feb908bee391 Mon Sep 17 00:00:00 2001 From: ZiChen Qian Date: Fri, 1 Oct 2021 20:59:21 +0800 Subject: [PATCH] ignore the .classpath, generated resource, thrift. (#542) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 629b545ab9e16..317312e7111bf 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,9 @@ fe_plugins/output fe/mocked fe/ut_ports fe/*/target +fe/fe-common/.classpath +fs_brokers/apache_hdfs_broker/src/main/resources/ +fs_brokers/apache_hdfs_broker/src/main/thrift/ dependency-reduced-pom.xml tags .tags