view .hgignore @ 542:a09f6990eab4

Add a hack to prevent `setup.py clean` from compiling Cython files.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sun, 11 May 2014 13:16:19 +0200
parents 63f59be04a54
children 93bdc7b9df15
line wrap: on
line source

\.pyc$
\.pyxbldc$
\.c$
\.o$
\.so$
\.pyd$
^build$
^scripts$