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