.gitignore clean up (#1993)

* Reorganized
* Removed outdated entries
* Moved some rules from the repo root to Solr
This commit is contained in:
David Smiley 2020-10-24 11:09:55 -04:00 committed by GitHub
parent 56eac7c435
commit 2d3a221dcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 42 deletions

64
.gitignore vendored
View File

@ -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
# Gradle
# Ignore the generated local settings file.
/gradle.properties
.gradle/
build/
# IntelliJ IDEA
/.idea/
# IntelliJ creates this folder, ignore.
/dev-tools/missing-doclet/out/
# Eclipse
/.project
/.classpath
/.settings/
# Eclipse Gradle oddity
**/bin/default/
# macOS
.DS_Store
build/
.gradle/
.idea/
# Python
.pydevproject
__pycache__
# Ignore the generated local settings file.
gradle.properties
# IntelliJ creates this folder, ignore.
dev-tools/missing-doclet/out/
# Emacs backup
*~

5
solr/.gitignore vendored
View File

@ -1,5 +1,3 @@
*.iml
/bin/*.pid
/core/test-lib/
@ -24,3 +22,6 @@
*.out
*.err
lib/
test-lib/