forked from apache/lucene-solr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Reorganized * Removed outdated entries * Moved some rules from the repo root to Solr
- Loading branch information
Showing
2 changed files
with
27 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
*~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
*.iml | ||
|
||
/bin/*.pid | ||
|
||
/core/test-lib/ | ||
|
@@ -24,3 +22,6 @@ | |
|
||
*.out | ||
*.err | ||
|
||
lib/ | ||
test-lib/ |