2011-04-27 08:13:53 +00:00
|
|
|
syntax:glob
|
2011-05-17 18:48:52 +00:00
|
|
|
.DS_Store
|
|
|
|
.git
|
|
|
|
.gitignore
|
2011-04-27 08:13:53 +00:00
|
|
|
*.[568ao]
|
2011-05-17 18:48:52 +00:00
|
|
|
*.ao
|
|
|
|
*.so
|
|
|
|
*.pyc
|
|
|
|
._*
|
|
|
|
.nfs.*
|
2011-04-27 08:13:53 +00:00
|
|
|
[568a].out
|
2011-05-17 18:48:52 +00:00
|
|
|
*~
|
2011-04-27 08:13:53 +00:00
|
|
|
*.orig
|
2011-05-17 18:48:52 +00:00
|
|
|
core
|
|
|
|
_obj
|
2011-04-27 08:13:53 +00:00
|
|
|
_test
|
2011-05-17 18:48:52 +00:00
|
|
|
out.png
|
2011-05-18 20:59:30 +00:00
|
|
|
_test*
|
2011-04-27 08:13:53 +00:00
|
|
|
|
|
|
|
syntax: regexp
|
2011-05-18 07:51:42 +00:00
|
|
|
\.dll$
|
2011-05-17 18:48:52 +00:00
|
|
|
^.*/core.[0-9]*$
|