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 <ctubb...@apache.org> Authored: Thu Jun 19 11:49:29 2014 -0400 Committer: Christopher Tubbs <ctubb...@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