merged in Vitja's tab removals
[cython.git] / .hgignore
index 8ce9197aaec658e555a0791be4d547a096c3dbf5..e63f81a6ed52dda666a4332123629827121449fb 100644 (file)
--- a/.hgignore
+++ b/.hgignore
@@ -1,11 +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