Repository: sqoop Updated Branches: refs/heads/trunk c320b4fe0 -> 462bd9170
SQOOP-1339: Synchronize .gitignore files (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/462bd917 Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/462bd917 Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/462bd917 Branch: refs/heads/trunk Commit: 462bd9170c0ce7831a6338cffaca50ab24eb201c Parents: c320b4f Author: Jarek Jarcec Cecho <[email protected]> Authored: Tue Jun 24 08:55:53 2014 -0700 Committer: Jarek Jarcec Cecho <[email protected]> Committed: Tue Jun 24 08:55:53 2014 -0700 ---------------------------------------------------------------------- .gitignore | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/462bd917/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 297ce69..68cbe28 100644 --- a/.gitignore +++ b/.gitignore @@ -14,18 +14,25 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -/build +*.eml +*.iml +*.ipr +*.iws +*.log *~ .classpath +.idea .project -.launches .settings +nb-configuration.xml +patch-process +target + +# Sqoop1 specific .ant-targets-build.xml -/tags +.launches +/build /build.properties /conf/managers.d /conf/tools.d -.idea -*.iml -*.eml -target +/tags
