Browse Source

AMBARI-5978. more files missing AL headers introduced by AMBARI-5965. (mahadev)

Mahadev Konar 11 years ago
parent
commit
6dc549cce4
1 changed files with 3 additions and 1 deletions
  1. 3 1
      ambari-server/pom.xml

+ 3 - 1
ambari-server/pom.xml

@@ -137,7 +137,9 @@
             <exclude>conf/unix/krb5JAASLogin.conf</exclude>
             <exclude>**/*.json</exclude>
             <exclude>**/*.sql</exclude>
-            <exclude>**/*.pydevproject</exclude>
+            <exclude>**/repo_suse_rhel.j2</exclude>
+            <exclude>**/repo_debian.j2</exclude>
+            <exclude>**/.pydev*</exclude>
 
             <!--gitignore content -->
             <exclude>src/main/resources/db/newcerts/**</exclude>