You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by an...@apache.org on 2021/07/21 20:27:41 UTC

[solr] branch main updated: SOLR-15309: Update .gitignore files for IntelliJ IDEA (#229)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new e787ef6  SOLR-15309: Update .gitignore files for IntelliJ IDEA (#229)
e787ef6 is described below

commit e787ef6d18771fec3c544f03b4aaff2e9a0ebe47
Author: Anshum Gupta <an...@apache.org>
AuthorDate: Wed Jul 21 13:27:32 2021 -0700

    SOLR-15309: Update .gitignore files for IntelliJ IDEA (#229)
---
 .gitignore       | 4 ++++
 solr/CHANGES.txt | 2 ++
 2 files changed, 6 insertions(+)

diff --git a/.gitignore b/.gitignore
index 8d271bf..67d83ce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,10 @@ build/
 
 # IntelliJ IDEA
 /.idea/
+**/*.iml
+**/*.ipr
+**/*.iws
+out/
 #    IntelliJ creates this folder, ignore.
 /dev-tools/missing-doclet/out/
 
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 4a8c680..a5d5293 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -331,6 +331,8 @@ Other Changes
 
 * SOLR-14857: Add optional gradle property to run docker tests in parallel (hossman, Houston Putman)
 
+* SOLR-15309: Add missing IntelliJ IDEA entries to the .gitignore file (Pushkar Raste via Anshum Gupta)
+
 Bug Fixes
 ---------------------
 * SOLR-14546: Fix for a relatively hard to hit issue in OverseerTaskProcessor that could lead to out of order execution