mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-3.11' into trunk
This commit is contained in:
commit
6978307b79
|
|
@ -72,6 +72,7 @@ lib/jsr223/jython/cachedir
|
|||
lib/jsr223/scala/*.jar
|
||||
|
||||
/.ant-targets-build.xml
|
||||
.ant_targets
|
||||
|
||||
# Generated files from the documentation
|
||||
doc/source/configuration/cassandra_config_file.rst
|
||||
|
|
|
|||
|
|
@ -52,6 +52,7 @@ Merged from 3.0:
|
|||
* cqlsh return non-zero status when STDIN CQL fails (CASSANDRA-15623)
|
||||
* Don't skip sstables in slice queries based only on local min/max/deletion timestamp (CASSANDRA-15690)
|
||||
Merged from 2.2:
|
||||
* Remove generated files from source artifact (CASSANDRA-15849)
|
||||
* Remove duplicated tools binaries from tarballs (CASSANDRA-15768)
|
||||
* Duplicate results with DISTINCT queries in mixed mode (CASSANDRA-15501)
|
||||
|
||||
|
|
|
|||
|
|
@ -1256,6 +1256,10 @@
|
|||
<exclude name="build/**" />
|
||||
<exclude name="src/gen-java/**" />
|
||||
<exclude name=".git/**" />
|
||||
<exclude name="venv/**" />
|
||||
<exclude name="src/resources/org/apache/cassandra/config/version.properties" />
|
||||
<exclude name="conf/hotspot_compiler" />
|
||||
<exclude name="doc/cql3/CQL.html" />
|
||||
<exclude name="bin/*" /> <!-- handled separately below -->
|
||||
<!-- exclude Eclipse files -->
|
||||
<exclude name=".project" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue