gitlab.com/q-dev/q-client.git@v1.0.1/.gitignore (about)

     1  # See http://help.github.com/ignore-files/ for more about ignoring files.
     2  #
     3  # If you find yourself ignoring temporary files generated by your text editor
     4  # or operating system, you probably want to add a global ignore instead:
     5  #   git config --global core.excludesfile ~/.gitignore_global
     6  
     7  /tmp
     8  */**/*un~
     9  */**/*.test
    10  *un~
    11  .DS_Store
    12  */**/.DS_Store
    13  .ethtest
    14  */**/*tx_database*
    15  */**/*dapps*
    16  Godeps/_workspace/pkg
    17  Godeps/_workspace/bin
    18  
    19  #*
    20  .#*
    21  *#
    22  *~
    23  .project
    24  .settings
    25  
    26  deploy/osx/Mist.app
    27  deploy/osx/Mist\ Installer.dmg
    28  cmd/mist/assets/ext/ethereum.js/
    29  
    30  # used by the Makefile
    31  /build/_workspace/
    32  /build/bin/
    33  
    34  # travis
    35  profile.tmp
    36  profile.cov
    37