...
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
40coverage.html
41coverage.out
42coverage.xml
43junit.xml
44*.profile
45*.svg
46*.out
47ast/test.out
48ast/bench.sh
49
50!testdata/*.json.gz
51fuzz/testdata
52*__debug_bin
View as plain text