github.com/matrixorigin/matrixone@v1.2.0/.gitignore (about) 1 .idea/ 2 *.o 3 *.a 4 *.exe 5 *.lib 6 *.swp 7 bin/ 8 y.go 9 *.output 10 **/.DS_Store 11 **/cover.out 12 .vscode 13 *.iml 14 tags 15 coverage.txt 16 out.txt 17 vendor/ 18 gen_config 19 main 20 /mo-server 21 /mo-service 22 /mo-debug 23 cube*/ 24 store/ 25 mo-data/ 26 node-*-data/ 27 pkg/catalog/test/ 28 pkg/config/system_vars.go 29 pkg/config/system_vars_test.go 30 pkg/udf/pythonservice/pyserver/udf/ 31 pkg/udf/pythonservice/pyserver/__pycache__/ 32 path_to_file 33 tester-log/ 34 pkg/util/trace/impl/motrace/pprof/ 35 36 # bvt generate files 37 test/distributed/resources/into_outfile/outfile_*.csv 38 test/distributed/resources/into_outfile_2/outfile_*.csv 39 test/distributed/resources/json/export_*.csv 40 /protobuf/ 41 42 # docker compose bvt generate files 43 docker-compose-log/