mirror of https://github.com/apache/lucene.git
.gitignore clean up (#1993)
* Reorganized * Removed outdated entries * Moved some rules from the repo root to Solr
This commit is contained in:
parent
56eac7c435
commit
2d3a221dcf
|
@ -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
|
||||
*~
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
*.iml
|
||||
|
||||
/bin/*.pid
|
||||
|
||||
/core/test-lib/
|
||||
|
@ -24,3 +22,6 @@
|
|||
|
||||
*.out
|
||||
*.err
|
||||
|
||||
lib/
|
||||
test-lib/
|
||||
|
|
Loading…
Reference in New Issue