diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2010-03-23 00:31:24 +0100 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2013-01-05 17:17:47 +0100 |
commit | 5e315f224c8e9d7fc4f3919da5583fdda7f29062 (patch) | |
tree | 31488784fa122f6444a4d379b3d1419a498a4615 /.gitignore | |
parent | b1da4116d267cf4a9025c71019fb592839e16b4c (diff) | |
download | usdx-5e315f224c8e9d7fc4f3919da5583fdda7f29062.tar.gz usdx-5e315f224c8e9d7fc4f3919da5583fdda7f29062.tar.xz usdx-5e315f224c8e9d7fc4f3919da5583fdda7f29062.zip |
enabled code coverage debug output
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,3 +21,5 @@ config.status __history
aclocal.m4
autom4te.cache/
+*.gcno
+*.gcda
|