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
|
|
|
|
2018-09-11 00:44:41 +03:00
|
|
|
# emacs
|
|
|
|
*~
|
|
|
|
|
2014-12-31 05:37:02 +03:00
|
|
|
# Eclipse files
|
2015-09-18 01:48:55 +03:00
|
|
|
.classpath
|
2014-12-31 05:37:02 +03:00
|
|
|
.project
|
2015-05-01 23:41:33 +03:00
|
|
|
.pydevproject
|
2014-12-31 05:37:02 +03:00
|
|
|
.settings/
|
|
|
|
|
2017-04-13 01:59:55 +03:00
|
|
|
# intellij files
|
|
|
|
*.iml
|
|
|
|
.idea
|
2016-04-15 03:37:43 +03:00
|
|
|
|
2018-10-29 06:33:43 +03:00
|
|
|
# vscode
|
|
|
|
.vscode/
|
|
|
|
|
2015-10-01 17:29:09 +03:00
|
|
|
# C build dirs
|
2013-07-27 04:09:13 +04:00
|
|
|
**/build
|
2013-07-19 06:10:02 +04:00
|
|
|
|
2017-04-13 01:59:55 +03:00
|
|
|
# generated protobuf files
|
|
|
|
/go/vt/.proto.tmp
|
|
|
|
|
|
|
|
# Godeps files
|
|
|
|
/Godeps/_workspace/pkg
|
|
|
|
/Godeps/_workspace/bin
|
|
|
|
|
|
|
|
# Eclipse Java CheckStyle plugin configuration.
|
|
|
|
/java/*/.checkstyle
|
2014-06-18 22:33:29 +04:00
|
|
|
# java target files
|
2015-09-18 01:48:55 +03:00
|
|
|
/java/*/target/
|
|
|
|
/java/*/bin/
|
2017-04-13 01:59:55 +03:00
|
|
|
# pom generated file
|
|
|
|
/java/jdbc/dependency-reduced-pom.xml
|
2017-04-13 02:00:38 +03:00
|
|
|
# Version backups generated by "mvn versions:set".
|
|
|
|
/java/pom.xml.versionsBackup
|
|
|
|
/java/*/pom.xml.versionsBackup
|
2015-01-21 04:15:25 +03:00
|
|
|
|
2017-04-13 01:59:55 +03:00
|
|
|
# php downloaded dependencies
|
|
|
|
/php/composer.phar
|
|
|
|
/php/vendor
|
2015-02-26 01:33:51 +03:00
|
|
|
|
2018-03-01 07:04:20 +03:00
|
|
|
# vitess.io preview site
|
2016-11-06 02:19:56 +03:00
|
|
|
/preview-vitess.io/
|
2015-04-22 06:12:20 +03:00
|
|
|
|
2018-03-01 07:04:20 +03:00
|
|
|
# vitess.io generated site files
|
|
|
|
/docs/
|
|
|
|
|
2015-04-22 06:12:20 +03:00
|
|
|
# test.go output files
|
|
|
|
_test/
|
2015-10-07 04:40:23 +03:00
|
|
|
/test/stats.json
|
|
|
|
|
2017-04-13 01:59:55 +03:00
|
|
|
# Go vendored libs
|
|
|
|
/vendor/*/
|
2016-06-28 22:17:36 +03:00
|
|
|
|
2018-03-09 21:56:01 +03:00
|
|
|
# release folder
|
|
|
|
releases
|
|
|
|
|
2016-08-05 02:01:17 +03:00
|
|
|
# Angular2 Bower Libs
|
|
|
|
/web/vtctld2/.bowerrc~
|
|
|
|
/web/vtctld2/bower.json~
|
|
|
|
/web/vtctld2/public/bower_components/
|
|
|
|
|
2018-04-15 03:51:38 +03:00
|
|
|
|
|
|
|
# Vagrant
|
2018-10-29 06:33:43 +03:00
|
|
|
.vagrant
|
2019-12-07 22:11:06 +03:00
|
|
|
|
2019-12-12 01:35:40 +03:00
|
|
|
/dist/
|
|
|
|
/vthook/
|
|
|
|
/bin/
|
|
|
|
/vtdataroot/
|
2020-03-16 10:53:12 +03:00
|
|
|
venv
|
2020-01-13 14:44:04 +03:00
|
|
|
|
|
|
|
.scannerwork
|
|
|
|
report
|