diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-11-15 23:25:31 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-11-16 13:24:06 +0000 |
commit | 02d946fae53ea6373d17e2e4a9d858d36a8c1cfd (patch) | |
tree | 0388d02a4df47a8193b26ec75691e5dd648b67e1 | |
parent | f24268cae353f00c0fc0c8e5fc51fbb43913f9ed (diff) |
gitignore debugging droppings
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3fc92e476dec..a7f5466caa95 100644 --- a/.gitignore +++ b/.gitignore @@ -123,3 +123,7 @@ test/user-template/user/psprint/pspfontcache # Everyone loves patching *.orig *.rej + +# Somepeople love debugging +gdbtrace.log +valgrind.log |