diff --git a/.gitignore b/.gitignore
index acaa51a646..895483160c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -71,3 +71,4 @@ lib/jsr223/jython/*.jar
lib/jsr223/jython/cachedir
lib/jsr223/scala/*.jar
+.ant_targets
\ No newline at end of file
diff --git a/CHANGES.txt b/CHANGES.txt
index ff00579c4f..3fdbb96369 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -14,6 +14,7 @@
* Memtable memory allocations may deadlock (CASSANDRA-15367)
* Run evictFromMembership in GossipStage (CASSANDRA-15592)
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)
* Disable JMX rebinding (CASSANDRA-15653)
diff --git a/build.xml b/build.xml
index 51ce7eed03..ba6d817cce 100644
--- a/build.xml
+++ b/build.xml
@@ -1104,6 +1104,10 @@
+
+
+
+