github.com/holochain/holochain-proto@v0.1.0-alpha-26.0.20200915073418-5c83169c9b5b/.gitignore (about)

     1  # Object files
     2  *.o
     3  *.ko
     4  *.obj
     5  *.elf
     6  
     7  # Precompiled Headers
     8  *.gch
     9  *.pch
    10  
    11  # Libraries
    12  *.lib
    13  *.a
    14  *.la
    15  *.lo
    16  
    17  # Shared objects (inc. Windows DLLs)
    18  *.dll
    19  *.so
    20  *.so.*
    21  *.dylib
    22  
    23  # Executables
    24  *.exe
    25  *.out
    26  *.app
    27  *.i*86
    28  *.x86_64
    29  *.hex
    30  
    31  # Debug files
    32  *.dSYM/
    33  *.su
    34  
    35  .floo*
    36  tmp/
    37  floospace/
    38  
    39  #OSX
    40  .DS_Store
    41  
    42  # temporary files
    43  *.swp
    44  coverage.txt
    45  uitest@holochain.org/
    46  clutter/
    47  node_modules/