github.com/influxdata/influxdb/v2@v2.7.6/.gitignore (about)

     1  # Keep editor-specific, non-project specific ignore rules in global .gitignore:
     2  # https://help.github.com/articles/ignoring-files/#create-a-global-gitignore
     3  
     4  vendor
     5  .netrc
     6  .vscode
     7  .vs
     8  .tern-project
     9  .DS_Store
    10  .idea
    11  .cgo_ldflags
    12  
    13  # binary databases
    14  influxd.bolt
    15  *.db
    16  *.sqlite
    17  
    18  # Files generated in CI
    19  rustup-init.sh
    20  private.key
    21  
    22  # TLS keys generated for testing
    23  test.crt
    24  test.key
    25  
    26  # Project distribution
    27  /dist
    28  
    29  # Project binaries.
    30  /influx
    31  /influxd
    32  /fluxd
    33  /transpilerd
    34  /bin
    35  /internal/cmd/kvmigrate/kvmigrate
    36  
    37  # Project tools that you might install with go build.
    38  /editorconfig-checker
    39  /staticcheck
    40  
    41  # Generated static assets
    42  /static/data
    43  /static/static_gen.go
    44  /changelog_artifacts
    45  
    46  # The below files are generated with make generate
    47  # These are used with the assests go build tag.
    48  chronograf/canned/bin_gen.go
    49  chronograf/dist/dist_gen.go
    50  chronograf/server/swagger_gen.go
    51  
    52  # Ignore TSM/TSI testdata binary files
    53  tsdb/tsi1/testdata
    54  tsdb/testdata
    55  
    56  # The rest of the file is the .gitignore from the original influxdb repository,
    57  # copied here to prevent mistakenly checking in any binary files
    58  # that may be present but previously ignored if you cloned/developed before v2.
    59  
    60  *~
    61  
    62  config.json
    63  /bin/
    64  
    65  /query/a.out*
    66  
    67  # ignore generated files.
    68  cmd/influxd/version.go
    69  
    70  # executables
    71  
    72  *.test
    73  
    74  **/influx_tsm
    75  !**/influx_tsm/
    76  
    77  **/influx_stress
    78  !**/influx_stress/
    79  
    80  **/influxd
    81  !**/influxd/
    82  
    83  **/influx
    84  !**/influx/
    85  
    86  **/influxdb
    87  !**/influxdb/
    88  
    89  **/influx_inspect
    90  !**/influx_inspect/
    91  
    92  /benchmark-tool
    93  /main
    94  /benchmark-storage
    95  godef
    96  gosym
    97  gocode
    98  inspect-raft
    99  
   100  # dependencies
   101  out_rpm/
   102  packages/
   103  
   104  # autconf
   105  autom4te.cache/
   106  config.log
   107  config.status
   108  
   109  # log file
   110  influxdb.log
   111  benchmark.log
   112  
   113  # config file
   114  config.toml
   115  
   116  # test data files
   117  integration/migration_data/
   118  test-logs/
   119  
   120  # man outputs
   121  man/*.xml
   122  man/*.1
   123  man/*.1.gz
   124  
   125  # test outputs
   126  /test-results.xml
   127  junit-results
   128  
   129  # profile data
   130  /prof
   131  
   132  # vendored files
   133  /vendor
   134  
   135  # DShell Ignores
   136  .ash_history
   137  .bash_history
   138  .cache/
   139  .cargo/
   140  .dockerignore
   141  .influxdbv2/
   142  .profile
   143  .rustup/
   144  go/
   145  goreleaser-install