This is an automated email from the ASF dual-hosted git repository.

dlmarion pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-access.git


The following commit(s) were added to refs/heads/main by this push:
     new 91423c6  Removed contrib .gitignore files, use top level .gitignore 
(#48)
91423c6 is described below

commit 91423c6b07938b5ff0fc73081748001acdc6d8ce
Author: Dave Marion <dlmar...@apache.org>
AuthorDate: Tue Feb 13 13:28:52 2024 -0500

    Removed contrib .gitignore files, use top level .gitignore (#48)
---
 .gitignore                         | 28 ++++++++++++++--------------
 contrib/.gitignore                 | 33 ---------------------------------
 contrib/getting-started/.gitignore |  1 -
 3 files changed, 14 insertions(+), 48 deletions(-)

diff --git a/.gitignore b/.gitignore
index 55d7f58..7b0fced 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,19 +18,19 @@
 #
 
 # Maven ignores
-/target/
+target/
 
 # IDE ignores
-/.settings/
-/.project
-/.classpath
-/.pydevproject
-/.idea
-/*.iml
-/*.ipr
-/*.iws
-/nbproject/
-/nbactions.xml
-/nb-configuration.xml
-/.vscode/
-/.factorypath
+.settings/
+.project
+.classpath
+.pydevproject
+.idea
+*.iml
+*.ipr
+*.iws
+nbproject/
+nbactions.xml
+nb-configuration.xml
+.vscode/
+.factorypath
diff --git a/contrib/.gitignore b/contrib/.gitignore
deleted file mode 100644
index 7cd1fdc..0000000
--- a/contrib/.gitignore
+++ /dev/null
@@ -1,33 +0,0 @@
-#
-# 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
-#
-#   https://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.
-#
-/antlr4/target/
-
-/antlr4/.settings/
-/antlr4/.project
-/antlr4/.classpath
-/antlr4/.pydevproject
-/antlr4/.idea
-/antlr4/*.iml
-/antlr4/*.ipr
-/antlr4/*.iws
-/antlr4/nbproject/
-/antlr4/nbactions.xml
-/antlr4/nb-configuration.xml
-/antlr4/.vscode/
-/antlr4/.factorypath
diff --git a/contrib/getting-started/.gitignore 
b/contrib/getting-started/.gitignore
deleted file mode 100644
index eb5a316..0000000
--- a/contrib/getting-started/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-target

Reply via email to