summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-09-21 12:59:58 +0300
committerTor Lillqvist <tlillqvist@suse.com>2011-09-21 12:59:58 +0300
commit7c7d6ff8fa9eaab1d1520dfc25b86887e66ab311 (patch)
tree4412f8b1bbeeeb8a9d13e1c79413e657b9a53690 /.gitignore
parentf502005eb85b3c4931e4b1731af9c4617fe7d923 (diff)
Ignore the MSVC vc90.pdb files
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index eb430e5b5662..f42c00ab8747 100644
--- a/.gitignore
+++ b/.gitignore
@@ -96,3 +96,5 @@
/solenv/gdb/libreoffice/*.py[co]
/solenv/gdb/libreoffice/util/*.py[co]
+# MSVC debug information
+/*/vc90.pdb
pan>Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet 2014-05-16ODF filters: fallback glTF model to bitmap for older versionsZolnai Tamás 2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part6Julien Nabet 2014-04-10Clean up function declarations and some unused functionsStephan Bergmann 2014-04-04Introduce a new media shape property to handle mime typeZolnai Tamás 2014-03-17Skeleton of drawinglayer object called OpenGLObjectZolnai Tamás 2014-03-14svx: sal_Bool->boolNoel Grandin 2014-03-10ooxml: preserve dateFormat for unchanged date controlsJacobo Aragunde Pérez 2014-02-26Remove visual noise from svxAlexander Wilms 2014-02-23Remove unneccessary commentsAlexander Wilms 2014-01-27cp#1000025: Import casemaps from pptx.Muthu Subramanian 2013-12-12Fix C++03 digraphsStephan Bergmann 2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann 2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann 2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann 2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann 2013-12-05Remove obsolete SEQTYPE workaroundStephan Bergmann 2013-11-27Integrate branch of IAccessible2Steve Yin 2013-10-04fdo#39674 fix some spellingThomas Arnhold 2013-09-05convert svx/source/unodraw/*.cxx from String to OUStringNoel Grandin 2013-08-24Mark as constTakeshi Abe 2013-07-28reduce use of UniString from ResID ctorCaolán McNamara 2013-07-05Resolves: #i122649# reordering of color name definesArmin Le Grand 2013-06-20Resolves: #i122318# Adapted color palette stuff, some cleanupsArmin Le Grand 2013-06-16l10n of additional colors in standard paletteAndras Timar 2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák