You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sqoop.apache.org by ja...@apache.org on 2012/11/09 02:13:05 UTC

git commit: SQOOP-688: Add netbeans files to gitignore and rat

Updated Branches:
  refs/heads/sqoop2 379451fe3 -> fdfc18c83


SQOOP-688: Add netbeans files to gitignore and rat

(Hari Shreedharan via Jarek Jarcec Cecho)


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

Branch: refs/heads/sqoop2
Commit: fdfc18c831f9b289cbb920a3168e7ff6618830da
Parents: 379451f
Author: Jarek Jarcec Cecho <ja...@apache.org>
Authored: Thu Nov 8 17:12:18 2012 -0800
Committer: Jarek Jarcec Cecho <ja...@apache.org>
Committed: Thu Nov 8 17:12:18 2012 -0800

----------------------------------------------------------------------
 .gitignore |    1 +
 pom.xml    |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sqoop/blob/fdfc18c8/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 34ffe18..2d14f94 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ target
 *.iml
 *.log
 .idea
+nb-configuration.xml

http://git-wip-us.apache.org/repos/asf/sqoop/blob/fdfc18c8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4211333..d54eb50 100644
--- a/pom.xml
+++ b/pom.xml
@@ -261,6 +261,7 @@ limitations under the License.
                   <exclude>.idea/</exclude>
                   <exclude>*.iml</exclude>
                   <exclude>*.log</exclude>
+                  <exclude>**/nb-configuration.xml</exclude>
                 </excludes>
               </configuration>
             </execution>