You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ds...@apache.org on 2024/02/13 23:11:26 UTC

(solr) branch branch_9x updated: Remove dot-files not needed and update .gitignore (#2189)

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

dsmiley pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_9x by this push:
     new be7a8bd9a07 Remove dot-files not needed and update .gitignore (#2189)
be7a8bd9a07 is described below

commit be7a8bd9a079d0d53307f747ede3cb0593ac9b79
Author: David Smiley <ds...@apache.org>
AuthorDate: Tue Feb 13 18:09:03 2024 -0500

    Remove dot-files not needed and update .gitignore (#2189)
---
 .dir-locals.el |  3 ---
 .gitignore     | 12 ++++--------
 .hgignore      |  4 ----
 .stignore      |  1 -
 4 files changed, 4 insertions(+), 16 deletions(-)

diff --git a/.dir-locals.el b/.dir-locals.el
deleted file mode 100644
index c51e1232603..00000000000
--- a/.dir-locals.el
+++ /dev/null
@@ -1,3 +0,0 @@
-;; set up Lucene style for emacs
-((java-mode . ((c-basic-offset . 2))))
-
diff --git a/.gitignore b/.gitignore
index 44c1d680b1c..8f874d5c087 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,8 +11,6 @@ build/
 **/*.ipr
 **/*.iws
 out/
-#    IntelliJ creates this folder, ignore.
-/dev-tools/missing-doclet/out/
 
 # Eclipse
 **/.project
@@ -24,9 +22,6 @@ out/
 
 .editorconfig
 
-# syncthing
-.stignore
-
 # macOS
 .DS_Store
 
@@ -34,12 +29,13 @@ out/
 .pydevproject
 __pycache__
 
-# Emacs backup
-*~
-
 # Ignore lucene included build
 /lucene
 
 # Ignore gradle wrapper
 gradle/wrapper/gradle-wrapper.jar
 .gradletasknamecache
+
+# WANT TO ADD MORE?  You can tell Git without adding to this file:
+# See https://git-scm.com/docs/gitignore
+# In particular, if you have tools you use, add to $GIT_DIR/info/exclude or use core.excludesFile
\ No newline at end of file
diff --git a/.hgignore b/.hgignore
deleted file mode 100644
index 1e17ec787de..00000000000
--- a/.hgignore
+++ /dev/null
@@ -1,4 +0,0 @@
-syntax: glob
-*/build/*
-*.class
-
diff --git a/.stignore b/.stignore
deleted file mode 100644
index 378eac25d31..00000000000
--- a/.stignore
+++ /dev/null
@@ -1 +0,0 @@
-build