1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 09:37:56 +00:00
transmission/.clang-format-ignore
Dmytro Lytovchenko d34bd0b4d6
refactor: modernize cache.cc (#3108)
* Modernize cache.cc: Convert tr_cache to a class

* Modernize cache.cc: Replaced ptrArray with vector

* refactor: Cache now takes a tr_torrents reference

* refactor: add Key type to Cache

* refactor: avoid std::back_inserter

* refactor: add Cache::flushOldest()
2022-06-11 19:46:30 -05:00

23 lines
571 B
Text

# Skipped files must be justified as untracked or third-party maintained
# untracked files
.*/*
build/*
cmake-build-*/*
libtransmission/version.h
web/node_modules/*
# third-party maintained projects
third-party/*
# maintained at https://github.com/sparkle-project/Sparkle
macosx/Sparkle.framework/*
# maintained at https://github.com/bdkjones/VDKQueue
macosx/VDKQueue/*
# maintained at https://github.com/mnunberg/jsonsl
libtransmission/jsonsl.*
# missing official maintainer (XConsortium: wildmat.c,v 1.2 94/04/13); TODO: clang-format it
libtransmission/wildmat.*