summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* docs: fix up reference docs a bitDieter Verfaillie2013-10-101-0/+6
| | | | | | | | | | | | | - require GTK-Doc 1.19 - remove sgml mode - automatically generate gi.types (needs GTK-Doc 1.19) - fix https://bugzilla.gnome.org/show_bug.cgi?id=700025 [WIP] - rearange sections a bit [WIP] - add gi-building, gi-programming sections [WIP] - mark missing docs with TODO, which is only marginaly better than nothing but at least can be grepped :) https://bugzilla.gnome.org/show_bug.cgi?id=571648
* Add giscanner package documentationDieter Verfaillie2013-10-081-0/+3
| | | | | | | | | | Using Sphinx [1] markup for now. We eventually might want to add GTK-Doc support for python and dogfood g-ir-doctool on this package. [1] De facto standard Python documentaton tool: http://sphinx-doc.org https://bugzilla.gnome.org/show_bug.cgi?id=688897
* giscanner: Add a simple automatic sections file generatorJasper St. Pierre2013-06-161-0/+2
| | | | | | | | | This is a very basic sections file generator, and isn't too smart. It's simply intended to be a base to build docs on, and will be used if the user doesn't provide a sections file when calling g-ir-doc-tool, for convenience purposes. https://bugzilla.gnome.org/show_bug.cgi?id=699856
* Add generated tarballs to .gitignoreDieter Verfaillie2013-05-061-0/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699531
* Add generated Visual Studio project files to .gitignoreDieter Verfaillie2013-05-061-0/+13
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699531
* .gitignore: Update for some testing stuffJasper St. Pierre2013-02-141-0/+10
| | | | | I'm building html docs to test, and I don't want git thinking it's untracked stuff.
* tests: Use Regress GIR for doctoolJasper St. Pierre2013-02-111-1/+1
| | | | | | This makes us test a lot more functionality in the doc tool, and removes the need to have a lot of different test libraries, and different test infrastructure.
* tests: Move TestInherit into RegressJasper St. Pierre2013-02-071-1/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=693097
* tests: Move Foo into RegressJasper St. Pierre2013-02-071-1/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=693097
* tests: Move Annotation into RegressJasper St. Pierre2013-02-071-1/+0
| | | | | | | The goal here is to have one master library for testing lots of edge cases for GIRs rather than lots of individual libraries. https://bugzilla.gnome.org/show_bug.cgi?id=693097
* Update .gitignoreJasper St. Pierre2013-02-071-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=693096
* Update .gitignoreJasper St. Pierre2013-02-011-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=693040
* .gitignore: Ignore most .page filesJasper St. Pierre2013-01-091-2/+2
| | | | | | | | 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: Add WarnLibJasper St. Pierre2013-01-091-0/+1
|
* tests: add g-ir-doc-tool generated output to .gitignoreDieter Verfaillie2012-11-281-0/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=688897
* docs: add GTK-Doc generated output to .gitignoreDieter Verfaillie2012-11-151-0/+15
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=688418
* .gitignore: Add doctool examples outputJasper St. Pierre2012-08-291-0/+2
|
* tests: Ignore SLetter generated gir.Krzesimir Nowak2012-07-061-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=656445
* Fix matching of methods named *_get_type()Matthew Booth2012-03-061-0/+1
| | | | | | | | | | | | | The code which heuristically turned functions into class methods would always ignore any function called *_get_type or *_get_gtype. However, the code which looked for GI metadata functions to execute them was much more comprehensive, checking not just the name, but also that it had no parameters and that it returned a GType. This change abstracts the more comprehensive check into the Function class, and uses the same check in both places. https://bugzilla.gnome.org/show_bug.cgi?id=671218
* g-ir-doc-tool: Update .gitignoreTomeu Vizoso2012-02-211-1/+1
|
* Update gitignoreRico Tzschichholz2011-12-201-0/+2
|
* Add make-check-passed to gitignoreJohan Dahlin2011-08-291-0/+1
|
* Update gitignoreJohan Dahlin2011-08-131-0/+44
|
* .gitignore: Cut down to only ./autogen.sh cruftColin Walters2011-07-271-93/+0
| | | | Since we encourage srcdir != builddir, no need to maintain .gitignore
* .gitignore: UpdateColin Walters2010-12-031-8/+13
|
* Switch to nonrecursive make for core (i.e. not tests/)Colin Walters2010-11-091-31/+33
| | | | | This is cleaner and faster, and prepares us better for an incoming import of CMPH.
* Add an annotation toolJohan Dahlin2010-09-241-0/+1
|
* .gitignore: UpdateColin Walters2010-08-311-24/+24
|
* Update .gitignoreJohan Dahlin2010-05-311-0/+1
|
* .gitignore: ignore xrandr-1.3.typelibSimon McVittie2010-05-191-0/+1
|
* Update .gitignoreJohan Dahlin2010-05-181-0/+8
|
* Add *~ to .gitignoreTomeu Vizoso2010-04-141-0/+1
|
* Add GIMarshallingTests typelibTomeu Vizoso2010-04-131-0/+2
| | | | Fixes #615299
* Update .gitignoreJohan Dahlin2009-12-141-0/+3
|
* Some small cosmetic tweaksAndreas Rottmann2009-03-191-0/+1
| | | | | | | | | | | * Fix compiler warnings: - Missing return value in annotation-testing code - Fix two function declarations to have a (void) parameter list -- this is not C++ ;-) * Add tools/g-ir-scanner to .gitignore, as it's now generated
* Update .gitignore for gtk-docJohan Dahlin2009-02-201-0/+4
|
* Use shave to reduce compiling outputJohan Dahlin2009-02-201-0/+2
| | | | Which let's us focus on the important warnings.
* Various gtk-doc fixes: only require 1.11, remove generated files, add docs ↵Colin Walters2009-02-181-0/+2
| | | | | | | | | | to SUBDIRS The gtk-doc introductory commit introduced some generated files; remove those. We apparently only require 1.11, so downgrade to that. Finally, the docs directory was missing from the toplevel SUBDIRS.
* Add a simple invokation exampleJohan Dahlin2009-02-171-0/+1
|
* Add gtk-doc supportJohan Dahlin2009-02-121-0/+12
|
* Add a .gitignore fileJohan Dahlin2009-02-111-0/+84