work-around for ticket #691: look up unknown global names in builtins at runtime
[cython.git] / .hgignore
index 23f13a1ab10f4c63ea433ab3ac6b037788fabe9d..e63f81a6ed52dda666a4332123629827121449fb 100644 (file)
--- a/.hgignore
+++ b/.hgignore
@@ -1,9 +1,23 @@
 syntax: glob
 
 *.pyc
+*.pyo
+__pycache__
+
+Cython/Compiler/*.c
+Cython/Plex/*.c
+Cython/Runtime/refnanny.c
+
+BUILD/
+build/
+dist/
+.gitrev
+.coverage
+*.orig
+*.rej
+*.dep
+*.swp
 *~
-.*.swp
 
-syntax: regexp
-^build/
-^_build/
+tags
+TAGS