I propose the following patch: diff --git a/.gitignore b/.gitignore index cef6930..0ca3624 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ configure configure.scan doltcompile doltlibtool +gtk-doc.make libtool releases stamp-h diff --git a/build/.gitignore b/build/.gitignore index 53f31d7..599e983 100644 --- a/build/.gitignore +++ b/build/.gitignore @@ -8,5 +8,6 @@ missing mkinstalldirs #Makefile.win32.features #Makefile.win32.features-h +gtk-doc.m4 libtool.m4 lt*.m4
I guess, gtk-doc.make entry is already there n .gitignore file. And build/gtk-doc.m4 is also present in .gitignore file.
Created attachment 102114 [details] [review] mv gtk-doc-related files to proper .gitignore file hi, Please check the attached patch with the proper changes and review changes.
Ah, I only checked the 1.12 branch, which doesn't have those changes.
(In reply to comment #3) > Ah, I only checked the 1.12 branch, which doesn't have those changes. May be, but this change might be required to properly categorize.
Created attachment 102130 [details] mv gtk-doc-related files to proper .gitignore file Corrected patch attached here
Fixed in 28c3b92fb4f6ed8511a46ad9c0e1bd8cfdd477ed
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.