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 00507d2008..788b2bf5d1 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,5 @@
2.2.18
+ * 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 0fa23801b4..83fb674a76 100644
--- a/build.xml
+++ b/build.xml
@@ -1153,6 +1153,10 @@
+
+
+
+