зеркало из https://github.com/github/vitess-gh.git
43 строки
516 B
Plaintext
43 строки
516 B
Plaintext
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
|
*.py[cod]
|
|
|
|
# For mac users
|
|
.DS_Store
|
|
|
|
# Produced by yacc
|
|
*.output
|
|
|
|
# vim files
|
|
*.swp
|
|
tags
|
|
|
|
# Eclipse files
|
|
.classpath
|
|
.project
|
|
.pydevproject
|
|
.settings/
|
|
|
|
# Godeps files
|
|
/Godeps/_workspace/pkg
|
|
/Godeps/_workspace/bin
|
|
|
|
# C build dirs
|
|
**/build
|
|
|
|
# mysql build dirs
|
|
third_party/mysql
|
|
|
|
# java target files
|
|
/java/*/target/
|
|
/java/*/bin/
|
|
|
|
# intellij files
|
|
*.iml
|
|
.idea
|
|
|
|
## vitess.io preview site
|
|
preview-vitess.io/
|
|
|
|
# test.go output files
|
|
_test/
|
|
/test/stats.json |