mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-25 01:34:34 +03:00
1b88dc7f90
This changes around a few things that didn't work for me: * Section names seem to be ostree-* instead of libostree-* * Also XML files are ostree-* (they didn't show up at all) - gtk-doc doesn't seem to parse const _OSTREE_PUBLIC correctly * pull documentation is now on the actual functions rather than stubs * Update gitignore with some more files And there some changes to make gtk-doc give fewer warnings (not finished) Closes: #327 Approved by: cgwalters
54 lines
648 B
Plaintext
54 lines
648 B
Plaintext
*.lo
|
|
*.o
|
|
.deps
|
|
.libs
|
|
/*.bak
|
|
/*.gcda
|
|
/*.gcno
|
|
/*.orig
|
|
/*.rej
|
|
/*.tab.c
|
|
/*~
|
|
/.*.sw[nop]
|
|
/.dirstamp
|
|
/.gitignore
|
|
/GPATH
|
|
/GRTAGS
|
|
/GSYMS
|
|
/GTAGS
|
|
/ID
|
|
/Makefile
|
|
/Makefile.in
|
|
/TAGS
|
|
/gtkdoc-check.test
|
|
/html
|
|
/html-build.stamp
|
|
/html.stamp
|
|
/ostree-decl-list.txt
|
|
/ostree-decl.txt
|
|
/ostree-undeclared.txt
|
|
/ostree-undocumented.txt
|
|
/ostree-unused.txt
|
|
/ostree.args
|
|
/ostree.hierarchy
|
|
/ostree.interfaces
|
|
/ostree-overrides.txt
|
|
/ostree.pdf
|
|
/ostree.prerequisites
|
|
/ostree.signals
|
|
/ostree.types
|
|
/pdf-build.stamp
|
|
/pdf.stamp
|
|
/scan-build.stamp
|
|
/setup-build.stamp
|
|
/sgml-build.stamp
|
|
/sgml.stamp
|
|
/so_locations
|
|
/tags
|
|
/tmpl
|
|
/tmpl/*.bak
|
|
/tmpl/ostree-unused.sgml
|
|
/xml
|
|
/version.xml
|
|
_libs
|