ACCUMULO-2927 Add .gitignore for mapreduce and shell modules

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

Branch: refs/heads/master
Commit: e23a543c06273f5cba52cda98a3307e8363f3dd8
Parents: 4b99e94
Author: Christopher Tubbs <ctubb...@apache.org>
Authored: Thu Jun 19 11:52:58 2014 -0400
Committer: Christopher Tubbs <ctubb...@apache.org>
Committed: Thu Jun 19 11:54:58 2014 -0400

----------------------------------------------------------------------
 mapreduce/.gitignore | 25 +++++++++++++++++++++++++
 shell/.gitignore     | 25 +++++++++++++++++++++++++
 2 files changed, 50 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/e23a543c/mapreduce/.gitignore
----------------------------------------------------------------------
diff --git a/mapreduce/.gitignore b/mapreduce/.gitignore
new file mode 100644
index 0000000..56204d2
--- /dev/null
+++ b/mapreduce/.gitignore
@@ -0,0 +1,25 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# Maven ignores
+/target/
+
+# IDE ignores
+/.settings/
+/.project
+/.classpath
+/.pydevproject
+/.idea
+/*.iml

http://git-wip-us.apache.org/repos/asf/accumulo/blob/e23a543c/shell/.gitignore
----------------------------------------------------------------------
diff --git a/shell/.gitignore b/shell/.gitignore
new file mode 100644
index 0000000..56204d2
--- /dev/null
+++ b/shell/.gitignore
@@ -0,0 +1,25 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# Maven ignores
+/target/
+
+# IDE ignores
+/.settings/
+/.project
+/.classpath
+/.pydevproject
+/.idea
+/*.iml

Reply via email to