draw2d/.hgignore

24 lines
173 B
Plaintext
Raw Normal View History

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