.gitignore (492B)
1 *.o 2 *.swp 3 *.swm 4 *.swn 5 *.a 6 *.so 7 _obj 8 _test 9 *.[568vq] 10 [568vq].out 11 *.cgo1.go 12 *.cgo2.c 13 _cgo_defun.c 14 _cgo_gotypes.go 15 _cgo_export.* 16 _testmain.go 17 *.exe 18 *.exe~ 19 *.test 20 *.prof 21 *.rar 22 *.zip 23 *.gz 24 *.psd 25 *.bmd 26 *.cfg 27 *.pptx 28 *.log 29 *nohup.out 30 *settings.pyc 31 *.sublime-project 32 *.sublime-workspace 33 .DS_Store 34 /.idea/ 35 /.vscode/ 36 /output/ 37 /vendor/ 38 /Gopkg.lock 39 /Gopkg.toml 40 coverage.html 41 coverage.out 42 coverage.xml 43 junit.xml 44 *.profile 45 *.svg 46 *.out 47 ast/test.out 48 ast/bench.sh 49 50 !testdata/*.json.gz 51 fuzz/testdata 52 *__debug_bin