summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAndreas Rottmann <a.rottmann@gmx.at>2009-03-19 01:25:09 +0100
committerAndreas Rottmann <a.rottmann@gmx.at>2009-03-19 01:25:09 +0100
commitbec176d20df2f0e25a0f3dc84a3dbe3edeecd65f (patch)
tree5248f71005734fbc66e7c535ede87d1776a2c4cb /.gitignore
parent23e6fa6993c046de032598127ea48d4a7ee00935 (diff)
downloadgobject-introspection-bec176d20df2f0e25a0f3dc84a3dbe3edeecd65f.tar.gz
Some small cosmetic tweaks
* 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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b3e6131b..2ec0f4a6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -103,3 +103,4 @@ tests/scanner/utility-1.0.typelib
tests/extended.gir.test
tools/g-ir-compiler
tools/g-ir-generate
+tools/g-ir-scanner