Bug 80791 - Add gtk-doc-related files to .gitignore
Summary: Add gtk-doc-related files to .gitignore
Status: RESOLVED FIXED
Alias: None
Product: cairo
Classification: Unclassified
Component: general (show other bugs)
Version: 1.12.16
Hardware: Other All
: medium normal
Assignee: Chris Wilson
QA Contact: cairo-bugs mailing list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-02 07:04 UTC by Dirkjan Ochtman
Modified: 2014-07-09 04:38 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments
mv gtk-doc-related files to proper .gitignore file (972 bytes, patch)
2014-07-02 07:24 UTC, Ravi Nanjundappa
Details | Splinter Review
mv gtk-doc-related files to proper .gitignore file (966 bytes, text/plain)
2014-07-02 11:19 UTC, Ravi Nanjundappa
Details

Description Dirkjan Ochtman 2014-07-02 07:04:24 UTC
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
Comment 1 Ravi Nanjundappa 2014-07-02 07:20:33 UTC
I guess, gtk-doc.make entry is already there n .gitignore file. 
And build/gtk-doc.m4 is also present in .gitignore file.
Comment 2 Ravi Nanjundappa 2014-07-02 07:24:01 UTC
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.
Comment 3 Dirkjan Ochtman 2014-07-02 07:26:53 UTC
Ah, I only checked the 1.12 branch, which doesn't have those changes.
Comment 4 Ravi Nanjundappa 2014-07-02 08:34:29 UTC
(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.
Comment 5 Ravi Nanjundappa 2014-07-02 11:19:46 UTC
Created attachment 102130 [details]
mv gtk-doc-related files to proper .gitignore file

Corrected patch attached here
Comment 6 Bryce Harrington 2014-07-09 04:38:55 UTC
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.