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