vitess-gh/.gitignore

60 строки
882 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
# Go vendored libs
# Match two levels deep so we can un-ignore specific repos, like below.
/vendor/*/*/
# Un-ignore gozk since it has local modifications.
!/vendor/launchpad.net/gozk/
# 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
# php downloaded dependencies
/php/composer.phar
/php/vendor
# site-local example files
/examples/kubernetes/config.sh
#pom generated file
/java/jdbc/dependency-reduced-pom.xml