github.com/Psiphon-Labs/psiphon-tunnel-core@v2.0.28+incompatible/.gitignore (about)

     1  # Exclude test config files from source control
     2  psiphon_config
     3  psiphon.config
     4  controller_test.config
     5  psiphon.db*
     6  psiphon.boltdb
     7  remote_server_list
     8  psiphon-embedded-server-entries.txt
     9  
    10  # Exclude compiled tunnel core binaries
    11  ConsoleClient/ConsoleClient
    12  ConsoleClient/bin
    13  AndroidLibrary/psi.aar
    14  
    15  # Compiled Object files, Static and Dynamic libs (Shared Objects)
    16  *.o
    17  *.a
    18  *.so
    19  *.dylib
    20  
    21  # Folders
    22  _obj
    23  _test
    24  
    25  # Architecture specific extensions/prefixes
    26  *.[568vq]
    27  [568vq].out
    28  
    29  *.cgo1.go
    30  *.cgo2.c
    31  _cgo_defun.c
    32  _cgo_gotypes.go
    33  _cgo_export.*
    34  
    35  _testmain.go
    36  
    37  *.exe
    38  *.test
    39  *.prof
    40  *_buildinfo.txt
    41  
    42  # Mac OS X clutter
    43  *.DS_Store
    44  
    45  # Windows clutter
    46  Thumbs.db
    47  
    48  # Intellij IDEA (see https://intellij-support.jetbrains.com/entries/23393067)
    49  .idea/workspace.xml
    50  .idea/tasks.xml
    51  
    52  # Ignore gradle files
    53  .gradle/
    54  build/
    55  
    56  # Visual Studio Code
    57  .vscode/
    58  
    59  # Intellij IDEs
    60  .idea/