22 lines
167 B
Text
22 lines
167 B
Text
syntax:glob
|
|
.DS_Store
|
|
.git
|
|
.gitignore
|
|
*.[568ao]
|
|
*.ao
|
|
*.so
|
|
*.pyc
|
|
._*
|
|
.nfs.*
|
|
[568a].out
|
|
*~
|
|
*.orig
|
|
core
|
|
_obj
|
|
_test
|
|
out.png
|
|
_test*
|
|
|
|
syntax: regexp
|
|
\.dll$
|
|
^.*/core.[0-9]*$
|