Private GIT

Skip to content
Snippets Groups Projects
Select Git revision
  • 4b06d7268713e4fdcbec935b7c9cb3b954118635
  • master default protected
  • development
  • MonTest
  • gh-pages
  • ThePirateBay
  • Pistachitos
  • custom_naming
  • dataTables
  • libdirs
  • nzbs_org_transition
  • api
  • timezones
  • adel-0002
  • adel-0001
  • build-497
  • build-496
  • build-495
  • build-494
  • build-493
  • build-492
  • build-491
  • build-490
  • build-489
  • build-488
  • build-487
  • build-486
  • build-485
  • build-484
  • build-483
  • build-482
  • build-481
  • build-480
33 results

COPYING.txt

Blame
  • This project is licensed under the GNU General Public License v3.0 only. Learn more
    .gitignore 762 B
    #  SR User Related   #
    ######################
    /cache/
    /Logs/
    /restore/
    /backup/
    cache.db*
    config.ini*
    sickbeard.db*
    failed.db*
    /autoProcessTV/autoProcessTV.cfg
    server.crt
    server.key
    
    #  SR Test Related   #
    ######################
    /tests/Logs/*
    /tests/cache/*
    /tests/sickbeard.db*
    /tests/cache.db*
    /tests/failed.db
    
    #  Compiled source   #
    ######################
    *.py[co]
    
    #  IDE specific      #
    ######################
    *.bak
    *.tmp
    *.wpr
    *.project
    *.pydevproject
    *.cproject
    *.tmproj
    *.tmproject
    *.sw?
    Session.vim
    .ropeproject/*
    *.iml
    .idea
    *.ipr
    .settings/*
    
    # OS generated files #
    ######################
    .Spotlight-V100
    .Trashes
    .DS_Store
    desktop.ini
    ehthumbs.db
    Thumbs.db
    .directory
    *~
    *.torrent
    
    # Unrar Executable   #
    ######################
    lib/unrar2/UnRAR.exe