summaryrefslogtreecommitdiff
path: root/.gitignore
blob: ee399551705d3f54eb803a7276f43860b6648de4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# backup and temporary files
*~
.*.sw[op]

# where the 'subrepos' and downloads are located
/clone
/src

# the build directories
/*/unxlng??
/*/unxlng??.pro
/*/unxlng???
/*/unxlng???.pro
/*/wntmsc???
/*/wntmsc???.pro
/*/wntgcc?
/*/wntgcc?.pro
/*/unxmac??
/*/unxmac??.pro
/*/unx?bsd??
/*/unx?bsd??.pro
/*/unxdfly??
/*/unxdfly??.pro
/*/unxso???
/*/unxso???.pro
/*/unxaig??
/*/unxaig??.pro
/*/unxios?
/*/unxios?.pro
/*/unxand?
/*/unxand?.pro
/workdir
/solver
/instsetoo_native/util/LibreOffice
/instsetoo_native/util/LibreOffice_SDK

# autoconf generated stuff
/aclocal.m4
/autom4te.cache
/autogen.lastrun
/bootstrap
/ChangeLog
/config.guess
/config.log
/config.parms
/config.status
/configure
/Makefile
/makefile.mk
/set_soenv
/visibility.cxx
/post_download
/bin/repo-list
/src.downloaded
/ooo.lst

# misc
/set_soenv.last
/set_soenv.stamp
/warn
/build.log
/post_download.log
/install
/downloaded
/Env.Build.sh
/Env.Host.sh
/ID
/tags
/docs
/autogen.save

/*/*.exe

# external dlls etc
/external/*/*.dll
/external/*/*.exe
/external/*/*.manifest
/external/*/*.txt
/moz/zipped/*.zip

# links to the other repositories
/binfilter
/dictionaries
/helpcontent2
/translations

>Andrea Gelmini 2018-01-11loplugin:useuniqueptr cppu,idlc,io,ucbhelperNoel Grandin 2017-12-24loplugin:passstuffbyref even more return improvementsNoel Grandin 2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin 2017-11-05one slash is enoughDavid Tardon 2017-11-03Replace lists by vector or deque in ucb/ucbhelperJulien Nabet 2017-10-25loplugin:constmethod in comphelper,ucbhelperNoel Grandin 2017-10-23loplugin:includeform: ucbhelperStephan Bergmann 2017-10-23overload std::hash for OUString and OStringNoel Grandin 2017-10-04add << operator for css::uno::ExceptionNoel Grandin 2017-09-18loplugin:unusedfields in ResultSetColumnDataNoel Grandin 2017-09-14clang-tidy modernize-use-emplace in test..vbahelperNoel Grandin 2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin 2017-07-14use more OUString::operator== in test..xmlsecurityNoel Grandin 2017-07-10simplify some OUString compareTo callsNoel Grandin 2017-06-16loplugin:unusedfields in tools..vbahelperNoel Grandin 2017-06-06ucb: replace double checked locking patternsJochen Nitschke 2017-05-30teach redundantcast plugin about functional castsNoel Grandin 2017-05-28remove unnecessary use of OString::getStrNoel Grandin 2017-05-09cleanup osl/diagnose.h includesJochen Nitschke 2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin 2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock 2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin 2017-03-03Remove redundant 'inline' keywordStephan Bergmann 2017-02-10convert InsertOperation to scoped enumNoel Grandin 2017-02-06Add missing #includesStephan Bergmann 2017-02-01Revert "cancelCommandExecution - no need to pass exception by Any"Noel Grandin 2017-02-01cancelCommandExecution - no need to pass exception by AnyNoel Grandin 2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin 2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2017-01-20new loplugin: useuniqueptr: ucb..ucbhelperNoel Grandin 2017-01-19New loplugin:dynexcspec: Add @throws documentation, ucbhelperStephan Bergmann