You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by su...@apache.org on 2017/02/25 07:18:04 UTC

[11/29] drill git commit: DRILL-4280: HYGIENE

DRILL-4280: HYGIENE

+ Ignore files generated by IntelliJ in RAT plugin


Project: http://git-wip-us.apache.org/repos/asf/drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/3efc2eca
Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/3efc2eca
Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/3efc2eca

Branch: refs/heads/master
Commit: 3efc2eca67cf53643df35a8a3c0a7663d085da57
Parents: 8614bae
Author: Sudheesh Katkam <su...@apache.org>
Authored: Wed Jan 25 18:38:53 2017 -0800
Committer: Sudheesh Katkam <su...@apache.org>
Committed: Fri Feb 24 19:01:41 2017 -0800

----------------------------------------------------------------------
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/3efc2eca/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d890c2e..99c2ede 100644
--- a/pom.xml
+++ b/pom.xml
@@ -211,6 +211,7 @@
             <exclude>**/*.fmpp</exclude>
             <exclude>**/target/**</exclude>
             <exclude>**/*.iml</exclude>
+            <exclude>**/.idea/**</exclude>
             <exclude>**/*.tdd</exclude>
             <exclude>**/*.project</exclude>
             <exclude>**/TAGS</exclude>
@@ -223,6 +224,7 @@
             <exclude>**/*.pb.h</exclude>
             <exclude>**/*.linux</exclude>
             <exclude>**/client/build/**</exclude>
+            <exclude>**/cmake_install.cmake</exclude>
             <exclude>**/*.tbl</exclude>
             <exclude>**/*.httpd</exclude>
             <!-- TODO DRILL-4336: try to avoid the need to add this -->