You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
syntax:glob |
|
.DS_Store |
|
.git |
|
.gitignore |
|
*.[568ao] |
|
*.ao |
|
*.so |
|
*.pyc |
|
._* |
|
.nfs.* |
|
[568a].out |
|
*~ |
|
*.orig |
|
*.rej |
|
*.exe |
|
.*.swp |
|
core |
|
*.cgo*.go |
|
*.cgo*.c |
|
_cgo_* |
|
_obj |
|
_test |
|
_testmain.go |
|
build.out |
|
test.out |
|
y.tab.[ch] |
|
|
|
syntax:regexp |
|
^.*/core.[0-9]*$
|
|
|