You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2014/06/19 18:57:27 UTC

[1/4] git commit: ACCUMULO-2927 More targeted git ignores (per-module)

Repository: accumulo
Updated Branches:
  refs/heads/1.6.1-SNAPSHOT 3fafd2381 -> c86b067bf
  refs/heads/master 7e01de524 -> e23a543c0


ACCUMULO-2927 More targeted git ignores (per-module)


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

Branch: refs/heads/1.6.1-SNAPSHOT
Commit: c86b067bf6d93a9870f96d4bc4bca89ee868c4d7
Parents: 3fafd23
Author: Christopher Tubbs <ct...@apache.org>
Authored: Thu Jun 19 11:49:29 2014 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Thu Jun 19 11:54:43 2014 -0400

----------------------------------------------------------------------
 .gitignore                 | 19 ++++++++++---------
 assemble/.gitignore        | 25 +++++++++++++++++++++++++
 core/.gitignore            | 25 +++++++++++++++++++++++++
 docs/.gitignore            | 25 +++++++++++++++++++++++++
 examples/simple/.gitignore | 25 +++++++++++++++++++++++++
 fate/.gitignore            | 25 +++++++++++++++++++++++++
 maven-plugin/.gitignore    | 25 +++++++++++++++++++++++++
 minicluster/.gitignore     | 25 +++++++++++++++++++++++++
 proxy/.gitignore           | 28 ++++++++++++++++++++++++++++
 server/base/.gitignore     | 25 +++++++++++++++++++++++++
 server/gc/.gitignore       | 25 +++++++++++++++++++++++++
 server/master/.gitignore   | 25 +++++++++++++++++++++++++
 server/monitor/.gitignore  | 25 +++++++++++++++++++++++++
 server/native/.gitignore   | 25 +++++++++++++++++++++++++
 server/tracer/.gitignore   | 25 +++++++++++++++++++++++++
 server/tserver/.gitignore  | 25 +++++++++++++++++++++++++
 start/.gitignore           | 25 +++++++++++++++++++++++++
 test/.gitignore            | 28 ++++++++++++++++++++++++++++
 trace/.gitignore           | 25 +++++++++++++++++++++++++
 19 files changed, 466 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/c86b067b/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 1ffa452..56204d2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,12 +13,13 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# global IDE, Maven, Python, ignores
-target/
-.project
-.classpath
-.settings
-.pydevproject
-*.pyc
-.idea
-*.iml
+# Maven ignores
+/target/
+
+# IDE ignores
+/.settings/
+/.project
+/.classpath
+/.pydevproject
+/.idea
+/*.iml

http://git-wip-us.apache.org/repos/asf/accumulo/blob/c86b067b/assemble/.gitignore
----------------------------------------------------------------------
diff --git a/assemble/.gitignore b/assemble/.gitignore
new file mode 100644
index 0000000..56204d2
--- /dev/null
+++ b/assemble/.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/c86b067b/core/.gitignore
----------------------------------------------------------------------
diff --git a/core/.gitignore b/core/.gitignore
new file mode 100644
index 0000000..56204d2
--- /dev/null
+++ b/core/.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/c86b067b/docs/.gitignore
----------------------------------------------------------------------
diff --git a/docs/.gitignore b/docs/.gitignore
new file mode 100644
index 0000000..56204d2
--- /dev/null
+++ b/docs/.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/c86b067b/examples/simple/.gitignore
----------------------------------------------------------------------
diff --git a/examples/simple/.gitignore b/examples/simple/.gitignore
new file mode 100644
index 0000000..56204d2
--- /dev/null
+++ b/examples/simple/.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/c86b067b/fate/.gitignore
----------------------------------------------------------------------
diff --git a/fate/.gitignore b/fate/.gitignore
new file mode 100644
index 0000000..56204d2
--- /dev/null
+++ b/fate/.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/c86b067b/maven-plugin/.gitignore
----------------------------------------------------------------------
diff --git a/maven-plugin/.gitignore b/maven-plugin/.gitignore
new file mode 100644
index 0000000..56204d2
--- /dev/null
+++ b/maven-plugin/.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/c86b067b/minicluster/.gitignore
----------------------------------------------------------------------
diff --git a/minicluster/.gitignore b/minicluster/.gitignore
new file mode 100644
index 0000000..56204d2
--- /dev/null
+++ b/minicluster/.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/c86b067b/proxy/.gitignore
----------------------------------------------------------------------
diff --git a/proxy/.gitignore b/proxy/.gitignore
new file mode 100644
index 0000000..5def651
--- /dev/null
+++ b/proxy/.gitignore
@@ -0,0 +1,28 @@
+# 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
+
+# python ignores
+*.pyc

http://git-wip-us.apache.org/repos/asf/accumulo/blob/c86b067b/server/base/.gitignore
----------------------------------------------------------------------
diff --git a/server/base/.gitignore b/server/base/.gitignore
new file mode 100644
index 0000000..56204d2
--- /dev/null
+++ b/server/base/.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/c86b067b/server/gc/.gitignore
----------------------------------------------------------------------
diff --git a/server/gc/.gitignore b/server/gc/.gitignore
new file mode 100644
index 0000000..56204d2
--- /dev/null
+++ b/server/gc/.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/c86b067b/server/master/.gitignore
----------------------------------------------------------------------
diff --git a/server/master/.gitignore b/server/master/.gitignore
new file mode 100644
index 0000000..56204d2
--- /dev/null
+++ b/server/master/.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/c86b067b/server/monitor/.gitignore
----------------------------------------------------------------------
diff --git a/server/monitor/.gitignore b/server/monitor/.gitignore
new file mode 100644
index 0000000..56204d2
--- /dev/null
+++ b/server/monitor/.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/c86b067b/server/native/.gitignore
----------------------------------------------------------------------
diff --git a/server/native/.gitignore b/server/native/.gitignore
new file mode 100644
index 0000000..56204d2
--- /dev/null
+++ b/server/native/.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/c86b067b/server/tracer/.gitignore
----------------------------------------------------------------------
diff --git a/server/tracer/.gitignore b/server/tracer/.gitignore
new file mode 100644
index 0000000..56204d2
--- /dev/null
+++ b/server/tracer/.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/c86b067b/server/tserver/.gitignore
----------------------------------------------------------------------
diff --git a/server/tserver/.gitignore b/server/tserver/.gitignore
new file mode 100644
index 0000000..56204d2
--- /dev/null
+++ b/server/tserver/.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/c86b067b/start/.gitignore
----------------------------------------------------------------------
diff --git a/start/.gitignore b/start/.gitignore
new file mode 100644
index 0000000..56204d2
--- /dev/null
+++ b/start/.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/c86b067b/test/.gitignore
----------------------------------------------------------------------
diff --git a/test/.gitignore b/test/.gitignore
new file mode 100644
index 0000000..5def651
--- /dev/null
+++ b/test/.gitignore
@@ -0,0 +1,28 @@
+# 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
+
+# python ignores
+*.pyc

http://git-wip-us.apache.org/repos/asf/accumulo/blob/c86b067b/trace/.gitignore
----------------------------------------------------------------------
diff --git a/trace/.gitignore b/trace/.gitignore
new file mode 100644
index 0000000..56204d2
--- /dev/null
+++ b/trace/.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


[4/4] git commit: ACCUMULO-2927 Add .gitignore for mapreduce and shell modules

Posted by ct...@apache.org.
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 <ct...@apache.org>
Authored: Thu Jun 19 11:52:58 2014 -0400
Committer: Christopher Tubbs <ct...@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


[3/4] git commit: Merge branch '1.6.1-SNAPSHOT'

Posted by ct...@apache.org.
Merge branch '1.6.1-SNAPSHOT'


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

Branch: refs/heads/master
Commit: 4b99e946050c2d465851022dc15e7021335daa6f
Parents: 7e01de5 c86b067
Author: Christopher Tubbs <ct...@apache.org>
Authored: Thu Jun 19 11:54:49 2014 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Thu Jun 19 11:54:49 2014 -0400

----------------------------------------------------------------------
 .gitignore                 | 19 ++++++++++---------
 assemble/.gitignore        | 25 +++++++++++++++++++++++++
 core/.gitignore            | 25 +++++++++++++++++++++++++
 docs/.gitignore            | 25 +++++++++++++++++++++++++
 examples/simple/.gitignore | 25 +++++++++++++++++++++++++
 fate/.gitignore            | 25 +++++++++++++++++++++++++
 maven-plugin/.gitignore    | 25 +++++++++++++++++++++++++
 minicluster/.gitignore     | 25 +++++++++++++++++++++++++
 proxy/.gitignore           | 28 ++++++++++++++++++++++++++++
 server/base/.gitignore     | 25 +++++++++++++++++++++++++
 server/gc/.gitignore       | 25 +++++++++++++++++++++++++
 server/master/.gitignore   | 25 +++++++++++++++++++++++++
 server/monitor/.gitignore  | 25 +++++++++++++++++++++++++
 server/native/.gitignore   | 25 +++++++++++++++++++++++++
 server/tracer/.gitignore   | 25 +++++++++++++++++++++++++
 server/tserver/.gitignore  | 25 +++++++++++++++++++++++++
 start/.gitignore           | 25 +++++++++++++++++++++++++
 test/.gitignore            | 28 ++++++++++++++++++++++++++++
 trace/.gitignore           | 25 +++++++++++++++++++++++++
 19 files changed, 466 insertions(+), 9 deletions(-)
----------------------------------------------------------------------



[2/4] git commit: ACCUMULO-2927 More targeted git ignores (per-module)

Posted by ct...@apache.org.
ACCUMULO-2927 More targeted git ignores (per-module)


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

Branch: refs/heads/master
Commit: c86b067bf6d93a9870f96d4bc4bca89ee868c4d7
Parents: 3fafd23
Author: Christopher Tubbs <ct...@apache.org>
Authored: Thu Jun 19 11:49:29 2014 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Thu Jun 19 11:54:43 2014 -0400

----------------------------------------------------------------------
 .gitignore                 | 19 ++++++++++---------
 assemble/.gitignore        | 25 +++++++++++++++++++++++++
 core/.gitignore            | 25 +++++++++++++++++++++++++
 docs/.gitignore            | 25 +++++++++++++++++++++++++
 examples/simple/.gitignore | 25 +++++++++++++++++++++++++
 fate/.gitignore            | 25 +++++++++++++++++++++++++
 maven-plugin/.gitignore    | 25 +++++++++++++++++++++++++
 minicluster/.gitignore     | 25 +++++++++++++++++++++++++
 proxy/.gitignore           | 28 ++++++++++++++++++++++++++++
 server/base/.gitignore     | 25 +++++++++++++++++++++++++
 server/gc/.gitignore       | 25 +++++++++++++++++++++++++
 server/master/.gitignore   | 25 +++++++++++++++++++++++++
 server/monitor/.gitignore  | 25 +++++++++++++++++++++++++
 server/native/.gitignore   | 25 +++++++++++++++++++++++++
 server/tracer/.gitignore   | 25 +++++++++++++++++++++++++
 server/tserver/.gitignore  | 25 +++++++++++++++++++++++++
 start/.gitignore           | 25 +++++++++++++++++++++++++
 test/.gitignore            | 28 ++++++++++++++++++++++++++++
 trace/.gitignore           | 25 +++++++++++++++++++++++++
 19 files changed, 466 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/c86b067b/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 1ffa452..56204d2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,12 +13,13 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# global IDE, Maven, Python, ignores
-target/
-.project
-.classpath
-.settings
-.pydevproject
-*.pyc
-.idea
-*.iml
+# Maven ignores
+/target/
+
+# IDE ignores
+/.settings/
+/.project
+/.classpath
+/.pydevproject
+/.idea
+/*.iml

http://git-wip-us.apache.org/repos/asf/accumulo/blob/c86b067b/assemble/.gitignore
----------------------------------------------------------------------
diff --git a/assemble/.gitignore b/assemble/.gitignore
new file mode 100644
index 0000000..56204d2
--- /dev/null
+++ b/assemble/.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/c86b067b/core/.gitignore
----------------------------------------------------------------------
diff --git a/core/.gitignore b/core/.gitignore
new file mode 100644
index 0000000..56204d2
--- /dev/null
+++ b/core/.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/c86b067b/docs/.gitignore
----------------------------------------------------------------------
diff --git a/docs/.gitignore b/docs/.gitignore
new file mode 100644
index 0000000..56204d2
--- /dev/null
+++ b/docs/.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/c86b067b/examples/simple/.gitignore
----------------------------------------------------------------------
diff --git a/examples/simple/.gitignore b/examples/simple/.gitignore
new file mode 100644
index 0000000..56204d2
--- /dev/null
+++ b/examples/simple/.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/c86b067b/fate/.gitignore
----------------------------------------------------------------------
diff --git a/fate/.gitignore b/fate/.gitignore
new file mode 100644
index 0000000..56204d2
--- /dev/null
+++ b/fate/.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/c86b067b/maven-plugin/.gitignore
----------------------------------------------------------------------
diff --git a/maven-plugin/.gitignore b/maven-plugin/.gitignore
new file mode 100644
index 0000000..56204d2
--- /dev/null
+++ b/maven-plugin/.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/c86b067b/minicluster/.gitignore
----------------------------------------------------------------------
diff --git a/minicluster/.gitignore b/minicluster/.gitignore
new file mode 100644
index 0000000..56204d2
--- /dev/null
+++ b/minicluster/.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/c86b067b/proxy/.gitignore
----------------------------------------------------------------------
diff --git a/proxy/.gitignore b/proxy/.gitignore
new file mode 100644
index 0000000..5def651
--- /dev/null
+++ b/proxy/.gitignore
@@ -0,0 +1,28 @@
+# 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
+
+# python ignores
+*.pyc

http://git-wip-us.apache.org/repos/asf/accumulo/blob/c86b067b/server/base/.gitignore
----------------------------------------------------------------------
diff --git a/server/base/.gitignore b/server/base/.gitignore
new file mode 100644
index 0000000..56204d2
--- /dev/null
+++ b/server/base/.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/c86b067b/server/gc/.gitignore
----------------------------------------------------------------------
diff --git a/server/gc/.gitignore b/server/gc/.gitignore
new file mode 100644
index 0000000..56204d2
--- /dev/null
+++ b/server/gc/.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/c86b067b/server/master/.gitignore
----------------------------------------------------------------------
diff --git a/server/master/.gitignore b/server/master/.gitignore
new file mode 100644
index 0000000..56204d2
--- /dev/null
+++ b/server/master/.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/c86b067b/server/monitor/.gitignore
----------------------------------------------------------------------
diff --git a/server/monitor/.gitignore b/server/monitor/.gitignore
new file mode 100644
index 0000000..56204d2
--- /dev/null
+++ b/server/monitor/.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/c86b067b/server/native/.gitignore
----------------------------------------------------------------------
diff --git a/server/native/.gitignore b/server/native/.gitignore
new file mode 100644
index 0000000..56204d2
--- /dev/null
+++ b/server/native/.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/c86b067b/server/tracer/.gitignore
----------------------------------------------------------------------
diff --git a/server/tracer/.gitignore b/server/tracer/.gitignore
new file mode 100644
index 0000000..56204d2
--- /dev/null
+++ b/server/tracer/.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/c86b067b/server/tserver/.gitignore
----------------------------------------------------------------------
diff --git a/server/tserver/.gitignore b/server/tserver/.gitignore
new file mode 100644
index 0000000..56204d2
--- /dev/null
+++ b/server/tserver/.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/c86b067b/start/.gitignore
----------------------------------------------------------------------
diff --git a/start/.gitignore b/start/.gitignore
new file mode 100644
index 0000000..56204d2
--- /dev/null
+++ b/start/.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/c86b067b/test/.gitignore
----------------------------------------------------------------------
diff --git a/test/.gitignore b/test/.gitignore
new file mode 100644
index 0000000..5def651
--- /dev/null
+++ b/test/.gitignore
@@ -0,0 +1,28 @@
+# 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
+
+# python ignores
+*.pyc

http://git-wip-us.apache.org/repos/asf/accumulo/blob/c86b067b/trace/.gitignore
----------------------------------------------------------------------
diff --git a/trace/.gitignore b/trace/.gitignore
new file mode 100644
index 0000000..56204d2
--- /dev/null
+++ b/trace/.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