Skip to content

Commit

Permalink
.gitignore clean up (apache#1993)
Browse files Browse the repository at this point in the history
* Reorganized
* Removed outdated entries
* Moved some rules from the repo root to Solr
  • Loading branch information
dsmiley authored Oct 24, 2020
1 parent 56eac7c commit 2d3a221
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 42 deletions.
64 changes: 24 additions & 40 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,43 +1,27 @@
# .
/eclipse-build
/maven-build
/classes
build
/idea-build
dist
lib
test-lib
*~
.#*
/build.properties
/.idea
lucene/**/*.iml
parent.iml
*.ipr
*.iws
/*.iml
.project
.classpath
.settings
/.caches
/prj.el
bin
/bin
/bin.*
pom.xml
/nbproject
/nb-build
.pydevproject
__pycache__
/dev-tools/scripts/scripts.iml
.DS_Store

build/
# Gradle
# Ignore the generated local settings file.
/gradle.properties
.gradle/
.idea/
build/

# Ignore the generated local settings file.
gradle.properties
# IntelliJ IDEA
/.idea/
# IntelliJ creates this folder, ignore.
/dev-tools/missing-doclet/out/

# IntelliJ creates this folder, ignore.
dev-tools/missing-doclet/out/
# Eclipse
/.project
/.classpath
/.settings/
# Eclipse Gradle oddity
**/bin/default/

# macOS
.DS_Store

# Python
.pydevproject
__pycache__

# Emacs backup
*~
5 changes: 3 additions & 2 deletions solr/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
*.iml

/bin/*.pid

/core/test-lib/
Expand All @@ -24,3 +22,6 @@

*.out
*.err

lib/
test-lib/

0 comments on commit 2d3a221

Please sign in to comment.