mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
f261d2364a
Rather than specify paths for the .gitignored files that Eclipse uses for project management just ignore all files and directories that look like those directories. That way we can add new subprojects and we won't need add more .gitignore entries.
32 lines
589 B
Plaintext
32 lines
589 B
Plaintext
.idea/
|
|
.gradle/
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
work/
|
|
/data/
|
|
logs/
|
|
.DS_Store
|
|
build/
|
|
target/
|
|
*-execution-hints.log
|
|
docs/html/
|
|
docs/build.log
|
|
/tmp/
|
|
backwards/
|
|
|
|
## eclipse ignores (use 'mvn eclipse:eclipse' to build eclipse projects)
|
|
## All files (.project, .classpath, .settings/*) should be generated through Maven which
|
|
## will correctly set the classpath based on the declared dependencies and write settings
|
|
## files to ensure common coding style across Eclipse and IDEA.
|
|
.project
|
|
.classpath
|
|
eclipse-build
|
|
.settings
|
|
|
|
## netbeans ignores
|
|
nb-configuration.xml
|
|
nbactions.xml
|
|
|
|
dependency-reduced-pom.xml
|