github.com/matrixorigin/matrixone@v0.7.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-dump 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 path_to_file 31 tester-log/ 32 33 # bvt generate files 34 test/distributed/resources/into_outfile/outfile_*.csv 35 test/distributed/resources/into_outfile_2/outfile_*.csv 36 test/distributed/resources/json/export_*.csv