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
|
|
|
|
|
2013-12-25 02:28:19 +04:00
|
|
|
# Produced by yacc
|
2013-07-19 06:10:02 +04:00
|
|
|
*.output
|
2013-12-25 02:28:19 +04:00
|
|
|
|
|
|
|
# vim files
|
2013-07-20 02:27:55 +04:00
|
|
|
*.swp
|
2013-07-24 02:01:20 +04:00
|
|
|
tags
|
2013-12-25 02:28:19 +04:00
|
|
|
|
2014-12-31 05:37:02 +03:00
|
|
|
# Eclipse files
|
|
|
|
.project
|
|
|
|
.settings/
|
|
|
|
|
2013-12-25 02:28:19 +04:00
|
|
|
# cbson & other C build dirs
|
2013-07-27 04:09:13 +04:00
|
|
|
**/build
|
2013-07-19 06:10:02 +04:00
|
|
|
|
2013-12-25 02:28:19 +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/
|
2015-04-22 06:12:20 +03:00
|
|
|
|
|
|
|
# test.go output files
|
|
|
|
_test/
|