Repository: sqoop Updated Branches: refs/heads/sqoop2 4bf7e0029 -> 721ea34d6
SQOOP-1338: Sqoop2: Exclude intellij idea project files from git (Abraham Elmahrek 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/721ea34d Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/721ea34d Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/721ea34d Branch: refs/heads/sqoop2 Commit: 721ea34d6b7fbd18bba44f6e284d3420986a798c Parents: 4bf7e00 Author: Jarek Jarcec Cecho <[email protected]> Authored: Mon Jun 23 13:06:16 2014 -0700 Committer: Jarek Jarcec Cecho <[email protected]> Committed: Mon Jun 23 13:06:16 2014 -0700 ---------------------------------------------------------------------- .gitignore | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/721ea34d/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 62bda43..201f81a 100644 --- a/.gitignore +++ b/.gitignore @@ -6,5 +6,7 @@ target *.eml *.log .idea +*.ipr +*.iws nb-configuration.xml patch-process
