[gobject-introspection/wip/doctool-improvements: 2/14] .gitignore: Ignore most .page files



commit 98ee0f5556cee71545700944e6a653c720245bd0
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Jan 9 02:12:28 2013 -0500

    .gitignore: Ignore most .page files
    
    While testing g-ir-doctool, it's common to generate a directory
    full of a large number of small .page files inside the source
    directory, which slows down git a lot while searching for untracked
    files. Ignore the .page files for now, so git doesn't have to look
    in its database for every one.

 .gitignore |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a114e7f..a01821a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -104,5 +104,5 @@ docs/reference/gi-unused.txt
 docs/reference/version.xml
 
 #g-ir-doc-tool tests
-tests/doctool/DocExamples-1.0-C
-tests/doctool/DocExamples-1.0-Python
+*.page
+!tests/doctool/*-expected/*.page



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]