github.com/jstaf/onedriver@v0.14.2-0.20240420231225-f07678f9e6ef/.gitignore (about)

     1  .vscode/
     2  .osc/
     3  compile_flags.txt
     4  .commit
     5  .date
     6  mount/
     7  build/
     8  tmp/
     9  *.json
    10  *.bak
    11  *.log*
    12  *.race.*
    13  *.pdf
    14  *.fa
    15  *.docx
    16  *.gz
    17  *.db
    18  *.test
    19  *.out
    20  *.txt
    21  *.coverage
    22  *.core
    23  *.gdb
    24  vgcore.*
    25  __debug_bin*
    26  
    27  # do not include binaries, but do include sources
    28  onedriver
    29  onedriver-headless
    30  onedriver-launcher
    31  onedriver-*/
    32  !cmd/onedriver-launcher
    33  !cmd/onedriver
    34  vendor/
    35  
    36  # rpm build stuff
    37  *.rpm
    38  
    39  # for tests on older linuxes
    40  util-linux*
    41  unshare
    42  
    43  # debian build stuff
    44  debian/debhelper-build-stamp
    45  debian/*.substvars
    46  debian/*.debhelper
    47  debian/files
    48  *.dsc
    49  *.deb
    50  *.changes
    51  *.build*
    52  *.upload
    53  *.tar.xz