github.com/zmap/zlint@v1.1.0/.gitignore (about)

     1  # Created by https://www.gitignore.io/api/osx,intellij,go
     2  
     3  ### OSX ###
     4  *.DS_Store
     5  .AppleDouble
     6  .LSOverride
     7  
     8  # Icon must end with two \r
     9  Icon
    10  # Thumbnails
    11  ._*
    12  # Files that might appear in the root of a volume
    13  .DocumentRevisions-V100
    14  .fseventsd
    15  .Spotlight-V100
    16  .TemporaryItems
    17  .Trashes
    18  .VolumeIcon.icns
    19  .com.apple.timemachine.donotpresent
    20  # Directories potentially created on remote AFP share
    21  .AppleDB
    22  .AppleDesktop
    23  Network Trash Folder
    24  Temporary Items
    25  .apdisk
    26  
    27  ### Vim ###
    28  *.swp
    29  
    30  ### Intellij ###
    31  # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
    32  # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
    33  
    34  # User-specific stuff:
    35  .idea/workspace.xml
    36  .idea/tasks.xml
    37  
    38  # Sensitive or high-churn files:
    39  .idea/dataSources/
    40  .idea/dataSources.ids
    41  .idea/dataSources.xml
    42  .idea/dataSources.local.xml
    43  .idea/sqlDataSources.xml
    44  .idea/dynamic.xml
    45  .idea/uiDesigner.xml
    46  
    47  # Gradle:
    48  .idea/gradle.xml
    49  .idea/libraries
    50  
    51  # Mongo Explorer plugin:
    52  .idea/mongoSettings.xml
    53  
    54  ## File-based project format:
    55  *.iws
    56  
    57  ## Plugin-specific files:
    58  
    59  # IntelliJ
    60  /out/
    61  
    62  # mpeltonen/sbt-idea plugin
    63  .idea_modules/
    64  
    65  # JIRA plugin
    66  atlassian-ide-plugin.xml
    67  
    68  # Crashlytics plugin (for Android Studio and IntelliJ)
    69  com_crashlytics_export_strings.xml
    70  crashlytics.properties
    71  crashlytics-build.properties
    72  fabric.properties
    73  
    74  ### Intellij Patch ###
    75  # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
    76  
    77  *.iml
    78  .idea
    79  # modules.xml
    80  # .idea/misc.xml
    81  # *.ipr
    82  
    83  
    84  ### Go ###
    85  # Compiled Object files, Static and Dynamic libs (Shared Objects)
    86  *.o
    87  *.a
    88  *.so
    89  
    90  # Folders
    91  _obj
    92  _test
    93  
    94  # Architecture specific extensions/prefixes
    95  *.[568vq]
    96  [568vq].out
    97  
    98  *.cgo1.go
    99  *.cgo2.c
   100  _cgo_defun.c
   101  _cgo_gotypes.go
   102  _cgo_export.*
   103  
   104  _testmain.go
   105  
   106  *.exe
   107  *.test
   108  *.prof
   109  
   110  # Output of the go coverage tool, specifically when used with LiteIDE
   111  *.out
   112  
   113  # external packages folder
   114  0
   115  
   116  ### Build Targets ###
   117  /zlint
   118  cmd/zlint/zlint
   119  /zlint-gtld-update
   120  cmd/zlint-gtld-update/zlint-gtld-update
   121  
   122  ### Integration test data ###
   123  data