Initial .hgignore
authorKirill Smelkov <kirr@mns.spb.ru>
Sat, 3 May 2008 11:35:07 +0000 (15:35 +0400)
committerKirill Smelkov <kirr@mns.spb.ru>
Sat, 3 May 2008 11:35:07 +0000 (15:35 +0400)
We ignore *.pyc, vim swap files, build results under BUILD/ and Lexicon.pickle

This is handy, because otherwise, say after runtest.py run, 'hg status' shows
lots of unrelated info, thus lowering signal-to-noise ratio.

.hgignore [new file with mode: 0644]

diff --git a/.hgignore b/.hgignore
new file mode 100644 (file)
index 0000000..03cd799
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,8 @@
+syntax: glob
+
+*.pyc
+*.swp
+
+Cython/Compiler/Lexicon.pickle
+BUILD/
+