diff options
author | David Tardon <dtardon@redhat.com> | 2011-08-29 07:44:03 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-08-29 07:44:03 +0200 |
commit | 298e9a2b7ed34b7fa0e8973ca16138acbba60fc9 (patch) | |
tree | 291fa6a194aa66917cb59c63f0c5b6b0c25651a8 /.gitignore | |
parent | cd379e01c35d025143d6b0f28ef92b8ab6caa5d0 (diff) |
ignore compiled python objects for gdb pretty printers
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 1876b3317066..d56c90ba14a0 100644 --- a/.gitignore +++ b/.gitignore @@ -86,3 +86,7 @@ /helpcontent2 /translations +# compiled python objects for gdb pretty printers +/solenv/gdb/libreoffice/*.py[co] +/solenv/gdb/libreoffice/util/*.py[co] + |