fix non-forked testing
[cython.git] / .hgignore
index ff1dfed839c183649630135146ef973c75e9b658..e63f81a6ed52dda666a4332123629827121449fb 100644 (file)
--- a/.hgignore
+++ b/.hgignore
@@ -1 +1,23 @@
-^build/*$
+syntax: glob
+
+*.pyc
+*.pyo
+__pycache__
+
+Cython/Compiler/*.c
+Cython/Plex/*.c
+Cython/Runtime/refnanny.c
+
+BUILD/
+build/
+dist/
+.gitrev
+.coverage
+*.orig
+*.rej
+*.dep
+*.swp
+*~
+
+tags
+TAGS