fix test after 'with' statement change
[cython.git] / .hgignore
index 5fa26e2e7ce4cf1e0de3a1c13e340048943547a8..e63f81a6ed52dda666a4332123629827121449fb 100644 (file)
--- a/.hgignore
+++ b/.hgignore
@@ -1,13 +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