mirror of
https://github.com/transmission/transmission
synced 2024-12-26 09:37:56 +00:00
d34bd0b4d6
* 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()
23 lines
571 B
Text
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.*
|