Skip to content
Snippets Groups Projects
Select Git revision
  • 251afa727031324dc2c13eb071995eee41d5cca5
  • master default protected
  • test-ci protected
  • gh-readonly-queue/master/pr-1942-ba9fab78d5081d1ede6f045d321fb731640b8f79
  • update_hunter protected
  • pr-1855/Integral-Tech/nheko/fix-html
  • pr-1838/ReillyBrogan/nheko/nheko-optional-kirigami
  • gh-readonly-queue/master/pr-1825-27683bedc41375ac97ddf87ce430fd98aac9fc7c
  • pr-1815/p12tic/nheko/workaround-bad-well-known
  • hideAllPins
  • pr-1760/nishanthkarthik/nheko/theme
  • pr-1732/nishanthkarthik/nheko/search-space
  • pr-1728/Bubu/nheko/scrollable_welcome_page
  • fixCirrusCI
  • pr-1725/checkraisefold/nheko/win_d3d11_qml
  • pr-1719/Lymkwi/nheko/feature/media-captioning
  • betterimageview
  • win_d3d11_qml
  • fixswitch
  • glitchtext
  • gitlab_as_runner protected
  • v0.12.1-1 protected
  • v0.12.1 protected
  • v0.12.0 protected
  • v0.11.3 protected
  • v0.11.2 protected
  • v0.11.1 protected
  • v0.11.0 protected
  • v0.10.2 protected
  • v0.10.1-1 protected
  • v0.10.1 protected
  • v0.10.0 protected
  • v0.9.3 protected
  • v0.9.2 protected
  • v0.9.1-1 protected
  • v0.9.1 protected
  • v0.9.0 protected
  • v0.8.2 protected
  • v0.8.2-rc2 protected
  • v0.8.2-RC protected
  • v0.8.1 protected
41 results

.gitignore

Blame
  • user avatar
    q234rty authored and GitHub committed
    7a295317
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    .gitignore 1.25 KiB
    /build*
    tags
    cscope*
    .clang_complete
    *wintoastlib*
    /.ccls-cache
    /.cache
    /.exrc
    .gdb_history
    .hunter
    resources/complete-emoji.txt 
    
    # GTAGS
    GTAGS
    GRTAGS
    GPATH
    
    # C++ objects and libs
    
    *.slo
    *.lo
    *.o
    *.a
    *.la
    *.lai
    *.so
    *.dll
    *.dylib
    
    vgcore.*
    heaptrack.*
    massif.*
    
    # Qt-es
    
    /.qmake.cache
    /.qmake.stash
    *.pro.user
    *.pro.user.*
    *.qbs.user
    *.qbs.user.*
    *.moc
    CMakeLists.txt.user
    moc_*.cpp
    qrc_*.cpp
    ui_*.h
    *-build-*
    /.clangd/
    
    # QtCreator
    
    *.autosave
    
    # VSCode
    .vscode/*
    
    #QtCtreator Qml
    *.qmlproject.user
    *.qmlproject.user.*
    
    # Vim
    *.swp
    *.swo
    *.swn
    
    # CLion
    /.idea
    
    #####=== CMake ===#####
    
    CMakeCache.txt
    CMakeFiles
    cmake_install.cmake
    install_manifest.txt
    
    #####=== OSX ===#####
    .DS_Store
    .AppleDouble
    .LSOverride
    
    # Icon must end with two \r
    Icon
    
    
    # Thumbnails
    ._*
    
    # Files that might appear in the root of a volume
    .DocumentRevisions-V100
    .fseventsd
    .Spotlight-V100
    .TemporaryItems
    .Trashes
    .VolumeIcon.icns
    
    # Visual Studio
    .vs
    build-vc
    vcpkg
    
    # Directories potentially created on remote AFP share
    .AppleDB
    .AppleDesktop
    Network Trash Folder
    Temporary Items
    .apdisk
    
    # Nix
    result
    
    *.dmg
    dist/MacOS/nheko.app/Contents/MacOS/nheko
    .clang
    compile_commands.json
    
    # AppImage
    *.AppImage
    *.AppDir
    
    # Artifacts
    *.rpm
    *.deb
    package.dir
    
    # Dependencies
    .third-party
    .deps
    
    # Archives
    *.bz2