diff --git a/patches/adcli/0016-make-Samba-data-tool-configurable.patch b/patches/adcli/0016-make-Samba-data-tool-configurable.patch
index 552797e72afeb500cda32cce3fffcd9173fe2184..5adb052ae65babde81ba5b480924aabea061cece 100644
--- a/patches/adcli/0016-make-Samba-data-tool-configurable.patch
+++ b/patches/adcli/0016-make-Samba-data-tool-configurable.patch
@@ -11,7 +11,6 @@ https://gitlab.freedesktop.org/realmd/adcli/issues/6
 
 Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
 ---
- .gitignore                      |  1 +
  configure.ac                    | 13 ++++++++++++
  doc/adcli.xml                   | 21 ++++++++++++++++++-
  doc/samba_data_tool_path.xml.in |  1 +
@@ -21,18 +20,7 @@ Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
  7 files changed, 95 insertions(+), 8 deletions(-)
  create mode 100644 doc/samba_data_tool_path.xml.in
 
-diff --git a/.gitignore b/.gitignore
-index b49a065..c64f4e7 100644
---- a/.gitignore
-+++ b/.gitignore
-@@ -46,6 +46,7 @@ Makefile.in
- /doc/adcli.8
- /doc/html/
- /doc/version.xml
-+/doc/samba_data_tool_path.xml
- 
- /po/POTFILES
- /po/stamp-po
+
 diff --git a/configure.ac b/configure.ac
 index fe86638..68877c7 100644
 --- a/configure.ac