summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Remove .gitignore filesIñigo Martínez2017-10-221-26/+0
| | | | | | | | | | meson does not allow to build source code inside the source code tree, for this reason there is no need for .gitignore files to ignore built files. This patch removes .gitignore files which are no longer needed. https://bugzilla.gnome.org/show_bug.cgi?id=784910
* update .gitignore for new automake filesRyan Lortie2013-07-121-0/+2
| | | | Tests seem to generate .trs and .log files now. gitignore those.
* Add script to trim bogus lcov dataRyan Lortie2012-07-101-0/+2
| | | | | | | | | | | | There is no (apparent) way to trim branch or line coverage data from lcov output based on expression matching against the source file. This means that we get coverage results that tell us (for example) that we failed to test lines like 'g_assert_not_reached ();' or didn't test all branches of a g_assert(). Add a script to read the lcov output and remove line or branch coverage data according to a list of symbols that are known to have incomplete coverage when operating as expected.
* Add support for measuring testcase coverageRyan Lortie2012-07-061-0/+4
| | | | | | You need to ./configure with --enable-gcov and then type 'make lcov'. HTML report goes into ./lcov-html/index.html
* Improve .gitignoreRyan Lortie2011-01-181-0/+1
|
* Get rid of libtoolRyan Lortie2010-07-241-3/+0
| | | | | | | | | | | You need to type 'make clean' before trying to rebuild dconf after this update (in fact, 'git clean' may be appropriate to clean out all the extra files that libtool leaves around). It's quite likely that this completely breaks dconf builds on non-ELF platforms (and maybe some ELF ones). Please report any problems to bugzilla. I'm very happy to accept patches to fix portability (via ./configure-time checks).
* cleanup automakeRyan Lortie2010-07-191-8/+4
|
* fix gitignoreRyan Lortie2010-07-171-10/+11
|
* simplify API, add gobject-introspectionRyan Lortie2010-05-281-0/+2
|
* Initial commitRyan Lortie2010-04-281-0/+21