vitess-gh/.gitignore

38 строки
473 B
Plaintext
Исходник Обычный вид История

2013-07-19 06:10:02 +04:00
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.py[cod]
2013-12-25 03:27:39 +04:00
# For mac users
.DS_Store
# Produced by yacc
2013-07-19 06:10:02 +04:00
*.output
# vim files
2013-07-20 02:27:55 +04:00
*.swp
2013-07-24 02:01:20 +04:00
tags
2014-12-31 05:37:02 +03:00
# Eclipse files
.project
.settings/
# cbson & other C build dirs
2013-07-27 04:09:13 +04:00
**/build
2013-07-19 06:10:02 +04:00
# mysql build dirs
2013-07-19 06:10:02 +04:00
third_party/mysql
2014-06-18 22:33:29 +04:00
# java target files
java/vtocc-client/target
java/vtocc-jdbc-driver/target
third_party/acolyte
2015-01-21 04:15:25 +03:00
# intellij files
*.iml
.idea
2015-02-26 01:33:51 +03:00
## vitess.io preview site
preview-vitess.io/
# test.go output files
_test/